run on other python 3.9-3.12

This commit is contained in:
Nicholas Albion
2023-10-04 16:21:45 +11:00
parent 16b26ae85a
commit b9d8bfa724

View File

@@ -16,7 +16,7 @@ jobs:
matrix:
# 3.10 - 04 Oct 2021
# 3.11 - 24 Oct 2022
python-version: ['3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4