Removed fabulous and test against Python 3.9

This commit is contained in:
Nicholas Albion
2023-09-27 11:51:48 +10:00
parent 8cfc7500b6
commit 7a81b599c7
2 changed files with 1 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.10', '3.11']
python-version: ['3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v4