Skip to content

Commit c244447

Browse files
authored
Update CI to 3.13 final (#365)
* Update CI to 3.13 final * Upgrade greenlet * Change around experimental flags a bit * Add 3.14-dev default build as experimental * Remark macOS and Windows as experimental
1 parent 07298da commit c244447

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,20 @@ jobs:
2121
matrix:
2222
# Test all supported versions on Ubuntu:
2323
os: [ubuntu-latest]
24-
python: ["3.9", "3.10", "3.11", "3.12"]
24+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2525
experimental: [false]
2626
build: ['']
2727
include:
2828
# As the experimental task for the dev version.
2929
- os: ubuntu-latest
3030
python: "3.13-dev"
3131
experimental: true
32+
build: 'free-threading'
3233
- os: ubuntu-latest
33-
python: "3.13-dev"
34+
python: "3.14-dev"
35+
experimental: true
36+
- os: ubuntu-latest
37+
python: "3.14-dev"
3438
experimental: true
3539
build: 'free-threading'
3640
# Also test PyPy, macOS, and Windows:
@@ -41,10 +45,10 @@ jobs:
4145
python: pypy-3.9
4246
experimental: false
4347
- os: macos-latest
44-
python: "3.12"
48+
python: "3.13"
4549
experimental: true
4650
- os: windows-latest
47-
python: "3.12"
51+
python: "3.13"
4852
experimental: true
4953
steps:
5054
- uses: actions/checkout@v4

doc/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Changelog
22
=========
33

4+
* Bump greenlet to 3.1.0 for compatibility with 3.13
5+
46
Version 1.11.0 (2024-03-09)
57
--------------
68
* Add a --same-loops option to the run command to use the exact same number of
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
greenlet==3.0.0rc3
1+
greenlet==3.1.0
22
sqlalchemy==1.4.19
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
greenlet==3.0.0rc3
1+
greenlet==3.1.0
22
sqlalchemy==1.4.19

0 commit comments

Comments
 (0)