Skip to content

Commit

Permalink
tox: Enable Python 3.13 (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeryan authored Oct 17, 2024
1 parent ee791a3 commit dab722c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[tox]
isolated_build = true
envlist = clean, py{38,39,310,311,312}-base, py{38,39,310,311,312}-grpc, py39-base-nicaiu, py39-base-nicai_utf8, report, docs
envlist = clean, py{38,39,310,311,312,313}-base, py{38,39,310,311,312,313}-grpc, py39-base-nicaiu, py39-base-nicai_utf8, report, docs

[testenv]
skip_install = true
Expand Down

0 comments on commit dab722c

Please sign in to comment.