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
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,35 @@ jobs:
matrix:
# Test all supported versions on Ubuntu:
os: [ubuntu-latest, ubuntu-24.04-arm]
python: ["3.10", "3.11", "3.12", "3.13"]
python: ["3.10", "3.11", "3.12", "3.13", "3.14"]
experimental: [false]
build: ['']
include:
# As the experimental task for the dev version.
- os: ubuntu-latest
python: "3.13"
python: "3.14"
experimental: true
build: 'free-threading'
- os: ubuntu-24.04-arm
python: "3.13"
python: "3.14"
experimental: true
build: 'free-threading'
- os: ubuntu-latest
python: "3.14-dev"
python: "3.15-dev"
experimental: true
- os: ubuntu-latest
python: "3.14-dev"
python: "3.15-dev"
experimental: true
build: 'free-threading'
# Also test PyPy, macOS, and Windows:
- os: ubuntu-latest
python: pypy-3.11
experimental: false
- os: macos-latest
python: "3.13"
python: "3.14"
experimental: true
- os: windows-latest
python: "3.13"
python: "3.14"
experimental: false
steps:
- uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
chameleon==3.9.1
chameleon==4.6.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
greenlet==3.1.0
greenlet==3.2.4
sqlalchemy==1.4.19
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
greenlet==3.1.0
greenlet==3.2.4
sqlalchemy==1.4.19
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tornado==6.2
tornado==6.5.2
Loading