Merge pull request #71 from felix-seifert/felix-seifert/python-3-12

Include tests on Python 3.12
This commit is contained in:
CS Goh
2023-10-06 20:17:51 +13:00
committed by GitHub
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
steps: