Require Python 3.9, run tests with 3.12

This commit is contained in:
Simon Conseil
2023-11-08 23:30:39 +01:00
parent be12c37dd7
commit b853f3e7b2
6 changed files with 13 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
python-version: [3.9, "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2