Skip to content

Commit

Permalink
provide py 3.1.3 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Nov 29, 2024
1 parent 828eb09 commit 1a7136b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ envlist =
python =
3.10: py310, mypy
3.11: py311
3.12: py313
3.13: py312, mypy, lint
3.12: py312
3.13: py313, mypy, lint

[testenv]
use_develop = true
Expand Down

0 comments on commit 1a7136b

Please sign in to comment.