Skip to content

Commit 624a0cf

Browse files
authored
.github: Add experimental CI for CPython 3.13 (gh-320)
1 parent 1d40421 commit 624a0cf

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,29 +23,26 @@ jobs:
2323
matrix:
2424
# Test all supported versions on Ubuntu:
2525
os: [ubuntu-latest]
26-
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
26+
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2727
experimental: [false]
2828
include:
2929
# As the experimental task for the dev version.
3030
- os: ubuntu-latest
31-
python: "3.12-dev"
31+
python: "3.13-dev"
3232
experimental: true
3333
# Also test PyPy, macOS, and Windows:
3434
- os: ubuntu-latest
35-
python: pypy-3.9
36-
experimental: false
37-
- os: ubuntu-latest
38-
python: pypy-3.8
35+
python: pypy-3.10
3936
experimental: false
4037
- os: ubuntu-latest
41-
python: pypy-3.7
38+
python: pypy-3.9
4239
experimental: false
4340
- os: macos-latest
44-
python: "3.10"
45-
experimental: false
41+
python: "3.12"
42+
experimental: true
4643
- os: windows-latest
47-
python: "3.10"
48-
experimental: false
44+
python: "3.12"
45+
experimental: true
4946
steps:
5047
- uses: actions/checkout@v3
5148
- name: Set up Python ${{ matrix.python }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
greenlet==2.0.0a2
1+
greenlet==3.0.0rc3
22
sqlalchemy==1.4.19
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
greenlet==2.0.0a2
1+
greenlet==3.0.0rc3
22
sqlalchemy==1.4.19

0 commit comments

Comments
 (0)