Skip to content

Commit 3dd00ff

Browse files
committed
Update tox.ini to drop Python 3.10, include Python 3.13
1 parent 43b1894 commit 3dd00ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ isolated_build = true
33
package = wheel
44
wheel_build_env = .pkg
55
envlist =
6-
py{310,311,312}-pytest-pinned
7-
py310-pytest-minimum
8-
py312-pytest-latest
6+
py{311,312,313}-pytest-pinned
7+
py311-pytest-minimum
8+
py313-pytest-latest
99
lint,docs
1010
skip_missing_interpreters = true
1111

@@ -18,12 +18,12 @@ sitepackages = false
1818
passenv =
1919
UDUNITS2_XML_PATH
2020

21-
[testenv:py{310,311,312}-pytest-{pinned,latest,minimum}]
21+
[testenv:py{311,312,313}-pytest-{pinned,latest,minimum}]
2222
description = "Run the pytest test suite against a specific Python version and dependencies"
2323
deps =
24-
py310-pinned: -rcontinuous-integration/requirements-3.10.txt
2524
py311-pinned: -rcontinuous-integration/requirements-3.11.txt
2625
py312-pinned: -rcontinuous-integration/requirements-3.12.txt
26+
py313-pinned: -rcontinuous-integration/requirements-3.13.txt
2727
minimum: -rcontinuous-integration/requirements-minimum.txt
2828
extras =
2929
latest: testing

0 commit comments

Comments
 (0)