Skip to content

Commit 1fac1f9

Browse files
committed
Test & build for Python 3.12 and pypy 3.10.
1 parent c76710b commit 1fac1f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fail-fast: true
5151
matrix:
5252
os: [ubuntu-20.04, windows-2019, macos-11]
53-
py: ["cp37", "cp38", "cp39", "cp310", "cp311", "pp37", "pp38", "pp39"]
53+
py: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "pp37", "pp38", "pp39", "pp310"]
5454

5555
steps:
5656
- uses: actions/checkout@v3

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
18-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
18+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
1919

2020
steps:
2121
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)