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
19 changes: 8 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,26 @@ jobs:
matrix:
# Test all supported versions on Ubuntu:
os: [ubuntu-latest]
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
experimental: [false]
include:
# As the experimental task for the dev version.
- os: ubuntu-latest
python: "3.12-dev"
python: "3.13-dev"
experimental: true
# Also test PyPy, macOS, and Windows:
- os: ubuntu-latest
python: pypy-3.9
experimental: false
- os: ubuntu-latest
python: pypy-3.8
python: pypy-3.10
experimental: false
- os: ubuntu-latest
python: pypy-3.7
python: pypy-3.9
experimental: false
- os: macos-latest
python: "3.10"
experimental: false
python: "3.12"
experimental: true
- os: windows-latest
python: "3.10"
experimental: false
python: "3.12"
experimental: true
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
greenlet==2.0.0a2
greenlet==3.0.0rc3
sqlalchemy==1.4.19
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
greenlet==2.0.0a2
greenlet==3.0.0rc3
sqlalchemy==1.4.19