Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork938
Commitc13d998
Test on free-threaded Python
See#2005. Right now, this does not limit by operating system, butthat is just to verify that there are no OS-specific 3.13t problemswe should know about right now; once that is verified, the macOSand Windows jobs will be removed (excluded) for the time being.The 3.13t jobs added here use `Quansight-Labs/setup-python`, not`actions/setup-python`. The latter also has the ability to use3.13t sinceactions/python-versions#319andactions/setup-python#973 (see alsoactions/setup-python#771), but no versiontag includes this feature yet. It can be used by using `@main` or`@...` where `...` is an OID. The former would risk pulling inother untested features we're no trying to test with, while thelatter would not be easy to upgrade automatically as what we havenow (we would be deliberately keeping a hash not at any tag that isalready not the latest hash on any branch). In contrast, the`Quansight-Labs/setup-python` fork adds this feature while stayingup to date with others. When `actions/setup-python` has a release(stable or prerelease) with this feature, we can switch to it.This could probably be done with less code duplication by using amatrix variable for the action to use. Instead, the "Set up Python"step is split in two, with opposite `if` conditions, so that eachis capable of being recognized and upgraded by Dependabot if a newmajor version is released (in case this ends up remaining in placelonger than expected).1 parentdc7ba87 commitc13d998
1 file changed
+10
-1
lines changedLines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
| 44 | + | |
43 | 45 |
| |
44 | 46 |
| |
45 | 47 |
| |
46 | 48 |
| |
47 | 49 |
| |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
48 | 57 |
| |
49 | 58 |
| |
50 | 59 |
| |
|
0 commit comments
Comments
(0)