Skip to content

Commit 48c7fe1

Browse files
committed
dd
1 parent 2951fef commit 48c7fe1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ file:
141141

142142
.. code:: sh
143143
144-
tox -e py36
144+
tox -e py10
145145
146146
Tox can only use whatever versions of Python are installed on your
147147
system. When you create a pull request, Travis will also be running the

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ When we send a **Query** requesting only one **Field**, ``hello``, and specify a
5959
Requirements
6060
~~~~~~~~~~~~
6161

62-
- Python (3.6, 3.7, 3.8, 3.9, 3.10, pypy)
62+
- Python (3.8, 3.9, 3.10, 3.11, 3.12, pypy)
6363
- Graphene (3.0)
6464

6565
Project setup

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py3{7,8,9,10,11}, mypy, pre-commit
2+
envlist = py3{8,9,10,11,12}, mypy, pre-commit
33
skipsdist = true
44

55
[testenv]
@@ -8,7 +8,7 @@ deps =
88
setenv =
99
PYTHONPATH = .:{envdir}
1010
commands =
11-
py{37,38,39,310,311}: pytest --cov=graphene graphene --cov-report=term --cov-report=xml examples {posargs}
11+
py{38,39,310,311,312}: pytest --cov=graphene graphene --cov-report=term --cov-report=xml examples {posargs}
1212

1313
[testenv:pre-commit]
1414
basepython = python3.10

0 commit comments

Comments
 (0)