Skip to content

Commit ffe6817

Browse files
committed
Change around experimental flags a bit
1 parent 4178973 commit ffe6817

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
python: "3.13-dev"
3131
experimental: true
3232
build: 'free-threading'
33+
- os: ubuntu-latest
34+
python: "3.14-dev"
35+
experimental: true
36+
build: 'free-threading'
3337
# Also test PyPy, macOS, and Windows:
3438
- os: ubuntu-latest
3539
python: pypy-3.10
@@ -39,10 +43,10 @@ jobs:
3943
experimental: false
4044
- os: macos-latest
4145
python: "3.13"
42-
experimental: true
46+
experimental: false
4347
- os: windows-latest
4448
python: "3.13"
45-
experimental: true
49+
experimental: false
4650
steps:
4751
- uses: actions/checkout@v4
4852
- name: Set up Python ${{ matrix.python }}

0 commit comments

Comments
 (0)