From 9944a3b53652146ccccf14a79f6b45a969d2ec6a Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: Wed, 21 Aug 2024 16:13:00 +0200 Subject: [PATCH] Avoid conflict in py versions --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 8b4da0fa..070bc035 100644 --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,8 @@ [tox] envlist = - py{37,38,39}-test{,-alldeps,-devdeps}{,-cov}{,-remote} - py{37,38,39}-test-numpy{117,118,119}{,-remote} - py{37,38,39}-test-astropy{lts,41,42}{,-remote} + py{310,311,312}-test{,-alldeps,-devdeps}{,-cov}{,-remote} + py{310,311,312}-test-numpy{123,124,125}{,-remote} + py{310,311,312}-test-astropy{lts,53,60}{,-remote} build_docs linkcheck codestyle