This commit is contained in:
Nicholas Albion
2023-09-23 16:27:02 +10:00
parent f4789538a3
commit b317f58550
6 changed files with 55 additions and 69 deletions

View File

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