Skip to content

Commit

Permalink
[test] update pipelines to py313
Browse files Browse the repository at this point in the history
  • Loading branch information
apalala committed Nov 5, 2024
1 parent 37ee6d6 commit e07573a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
fail-fast: false
matrix:
python-version: [
'3.13',
'3.12',
'3.11',
]

steps:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py313, py312, py311
envlist = py313, py312
skipsdist = True

[testenv]
Expand Down

0 comments on commit e07573a

Please sign in to comment.