Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading