Skip to content

Commit

Permalink
tox: Enable Python 3.13 (#646)
Browse files Browse the repository at this point in the history
(cherry picked from commit dab722c)
  • Loading branch information
bkeryan committed Oct 17, 2024
1 parent 2a2fa32 commit 15d96df
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 15d96df

Please sign in to comment.