Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tkukushkin committed Oct 18, 2023
1 parent 09af96f commit c77f5a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11']
include:
- python-version: '3.10'
tox_python_version: '310'
- python-version: '3.11'
tox_python_version: '311'
# - python-version: '3.12'
# tox_python_version: '312'
- python-version: '3.12'
tox_python_version: '312'
env:
TOXENV: tests_py${{ matrix.tox_python_version }}

Expand Down

0 comments on commit c77f5a0

Please sign in to comment.