Skip to content

Commit 7e4f806

Browse files
Add Python 3.12 to test matrix (#728)
1 parent 43ac448 commit 7e4f806

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
os: [Ubuntu, MacOS, Windows]
36-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
36+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
3737
defaults:
3838
run:
3939
shell: bash
@@ -45,6 +45,7 @@ jobs:
4545
uses: actions/setup-python@v4
4646
with:
4747
python-version: ${{ matrix.python-version }}
48+
allow-prereleases: true
4849

4950
- name: Get full Python version
5051
id: full-python-version

0 commit comments

Comments
 (0)