Require Python >= 3.10

This commit is contained in:
Nicholas Albion
2023-09-23 20:26:49 +10:00
parent dd10b4ad24
commit 68f8368eaf
2 changed files with 2 additions and 2 deletions

View File

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