Skip to content

Commit eb985a6

Browse files
Add Python 3.12 (#793)
1 parent 2366b85 commit eb985a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
name: Test
5151
strategy:
5252
matrix:
53-
pyver: ['3.9', '3.10', '3.11']
53+
pyver: ['3.9', '3.10', '3.11', '3.12']
5454
include:
5555
- pyver: pypy-3.9
5656
runs-on: ubuntu-latest
@@ -61,6 +61,7 @@ jobs:
6161
- name: Setup Python ${{ matrix.pyver }}
6262
uses: actions/setup-python@v4
6363
with:
64+
allow-prereleases: true
6465
python-version: ${{ matrix.pyver }}
6566
cache: 'pip'
6667
cache-dependency-path: '**/requirements*.txt'

0 commit comments

Comments
 (0)