Skip to content

Commit

Permalink
Update tox.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LaggAt authored Jan 7, 2025
1 parent 5bc817b commit bd26901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
# NOTE: keep this in sync with envlist in tox.ini
python-version: [3.9]
python-version: [3.12, 3.13]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -22,4 +22,4 @@ jobs:
python -m pip install --upgrade pip
pip install tox tox-gh-actions
- name: Test with tox
run: tox
run: tox

0 comments on commit bd26901

Please sign in to comment.