Bumps python-package versions

Deprecates 3.8 and adds 3.11 for the python versions to build
This commit is contained in:
Zonespace
2023-05-16 08:50:17 -07:00
committed by GitHub
parent 87fbe43482
commit ae3f875c79
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3