Skip to content

Commit

Permalink
Update CI to 3.13 final (#365)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
mdboom authored Oct 23, 2024
1 parent 07298da commit c244447
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,20 @@ jobs:
matrix:
# Test all supported versions on Ubuntu:
os: [ubuntu-latest]
python: ["3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
experimental: [false]
build: ['']
include:
# As the experimental task for the dev version.
- os: ubuntu-latest
python: "3.13-dev"
experimental: true
build: 'free-threading'
- os: ubuntu-latest
python: "3.13-dev"
python: "3.14-dev"
experimental: true
- os: ubuntu-latest
python: "3.14-dev"
experimental: true
build: 'free-threading'
# Also test PyPy, macOS, and Windows:
Expand All @@ -41,10 +45,10 @@ jobs:
python: pypy-3.9
experimental: false
- os: macos-latest
python: "3.12"
python: "3.13"
experimental: true
- os: windows-latest
python: "3.12"
python: "3.13"
experimental: true
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Changelog
=========

* Bump greenlet to 3.1.0 for compatibility with 3.13

Version 1.11.0 (2024-03-09)
--------------
* Add a --same-loops option to the run command to use the exact same number of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
greenlet==3.0.0rc3
greenlet==3.1.0
sqlalchemy==1.4.19
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
greenlet==3.0.0rc3
greenlet==3.1.0
sqlalchemy==1.4.19

0 comments on commit c244447

Please sign in to comment.