Transitioned to pyproject.toml installation

This commit is contained in:
Jamie Hardt
2023-02-26 11:01:18 -08:00
parent 71936e9441
commit 8772d3eb78
5 changed files with 72 additions and 48 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12.0-alpha.5"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2.5.0