Update Python version and add Python 3.9 support

This commit is contained in:
2024-03-01 15:15:19 -05:00
parent 81b45ad380
commit d2ee721e4a
3 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4