Skip to content

Commit bfb080f

Browse files
authored
Add 3.12 to supported versions (#102)
1 parent c9c0794 commit bfb080f

File tree

3 files changed

+309
-298
lines changed

3 files changed

+309
-298
lines changed

Diff for: .github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test:
1515
strategy:
1616
matrix:
17-
python-version: ["3.8", "3.9", "3.10", "3.11"]
17+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1818

1919
runs-on: ubuntu-22.04
2020
steps:

0 commit comments

Comments
 (0)