Skip to content

Commit

Permalink
tox: add py3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra authored Jan 21, 2024
1 parent ca4d88e commit bf318fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright (c) 2017-2023 Richard Hull and contributors
# Copyright (c) 2017-2024 Richard Hull and contributors
# See LICENSE.rst for details.

[tox]
envlist = py{37,38,39,310,311,312},qa,doc
envlist = py{37,38,39,310,311,312,313},qa,doc
skip_missing_interpreters = True

[testenv]
Expand Down

0 comments on commit bf318fa

Please sign in to comment.