We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 246522f + 8a131e5 commit 2bd89b2Copy full SHA for 2bd89b2
.github/workflows/poetry.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- python-version: ["3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.12", "3.13"]
11
steps:
12
- uses: actions/checkout@v4
13
- name: Install Python ${{ matrix.python-version }}
@@ -34,4 +34,4 @@ jobs:
34
- name: Isort check
35
run: poetry run isort . --profile black --check --diff
36
- name: Tox check (pytest)
37
- run: poetry run tox
+ run: poetry run tox -e py${{ replace(matrix.python-version, '.', '') }}
0 commit comments