update python versions for ci (#12)

This commit is contained in:
Erick Friis
2024-09-25 18:19:01 -07:00
committed by GitHub
parent c68e420428
commit 97ded8fcf3
4 changed files with 11 additions and 8 deletions
@@ -20,10 +20,8 @@ jobs:
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
name: "poetry run pytest -m compile tests/integration_tests #${{ matrix.python-version }}"
steps:
- uses: actions/checkout@v4
+2 -2
View File
@@ -29,8 +29,8 @@ jobs:
# Starting new jobs is also relatively slow,
# so linting on fewer versions makes CI faster.
python-version:
- "3.8"
- "3.11"
- "3.9"
- "3.12"
steps:
- uses: actions/checkout@v4
+1 -3
View File
@@ -20,10 +20,8 @@ jobs:
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
name: "make test #${{ matrix.python-version }}"
steps:
- uses: actions/checkout@v4
+7
View File
@@ -0,0 +1,7 @@
__pycache__
.mypy_cache
.pytest_cache
.ruff_cache
.mypy_cache_test
.env
.venv*