actually run the tests in python 3.12 and 3.13

This commit is contained in:
Florian Zimmermann 2024-07-16 17:57:44 +02:00
parent dc3b2e49c1
commit b4cb76cf18

View File

@ -5,10 +5,8 @@ skipsdist = true
[testenv] [testenv]
deps = deps =
.[test] .[test]
setenv =
PYTHONPATH = .:{envdir}
commands = commands =
py{38,39,310,311,12,13}: pytest --cov=graphene graphene --cov-report=term --cov-report=xml examples {posargs} pytest --cov=graphene graphene --cov-report=term --cov-report=xml examples {posargs}
[testenv:pre-commit] [testenv:pre-commit]
basepython = python3.10 basepython = python3.10