Skip to content

Commit

Permalink
Update build matrix by adding 3.12 and removing 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
knabar committed Feb 7, 2024
1 parent bb3a7f1 commit 13115ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ jobs:
fail-fast: false
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: python -mpip install --upgrade wheel pytest tox
run: python -mpip install --upgrade wheel pytest tox setuptools
- name: Get tox target
id: toxtarget
run: |
Expand Down

0 comments on commit 13115ca

Please sign in to comment.