Skip to content

Commit

Permalink
Test on Python 3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Philippsen <[email protected]>
  • Loading branch information
nphilipp committed Nov 15, 2024
1 parent d96b7c3 commit 883ed32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tox-env: ["py38", "py39", "py310", "py311", "py312"]
tox-env: ["py38", "py39", "py310", "py311", "py312", "py313"]
runs-on: ubuntu-latest
container: fedorapython/fedora-python-tox:latest
steps:
Expand Down
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[tox]
minversion = 3.8.0
envlist = py{38,39,310,311,312},black,flake8,isort,poetry
envlist =
py{38,39,310,311,312,313}
black
flake8
isort
poetry
isolated_build = true
skip_missing_interpreters = true

Expand Down

0 comments on commit 883ed32

Please sign in to comment.