Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add experimental CI for CPython 3.13 #320

Merged
merged 7 commits into from
Oct 22, 2023
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