Skip to content

Commit

Permalink
Add Python version 3.13 to test matrix and test against main
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Sep 5, 2024
1 parent bf13ba6 commit 6b86747
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
'3.9',
'3.10',
'3.11',
'3.12-dev',
'3.12',
'3.13',
]

services:
Expand All @@ -45,6 +46,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: 'true'

- name: Get pip cache dir
id: pip-cache
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ envlist =
py{38,39,310,311}-dj{42}
py{310,311,312}-dj{50}
py{310,311,312}-dj{51}
py{310,311,312}-dj{main}
py{310,311,312,313}-dj{main}
flake8
isort
mypy
Expand All @@ -19,6 +19,7 @@ python =
3.10: py310
3.11: py311
3.12: py312
3.13: py313

[testenv]
deps =
Expand Down

0 comments on commit 6b86747

Please sign in to comment.