Skip to content

Commit 26036ef

Browse files
committed
Prepare patch release that supports Python 3.8
1 parent 6571eb3 commit 26036ef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def run_tests(self):
2323

2424
setup(
2525
name='graphql-relay',
26-
version='2.0.0',
26+
version='2.0.1',
2727

2828
description='Relay implementation for Python',
2929
long_description=open('README.md').read(),
@@ -48,6 +48,7 @@ def run_tests(self):
4848
'Programming Language :: Python :: 3.5',
4949
'Programming Language :: Python :: 3.6',
5050
'Programming Language :: Python :: 3.7',
51+
'Programming Language :: Python :: 3.8',
5152
'Programming Language :: Python :: Implementation :: PyPy',
5253
],
5354

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,34,35,36,37,py,py3}, flake8, manifest
2+
envlist = py{27,34,35,36,37,38,py,py3}, flake8, manifest
33

44
[testenv:flake8]
55
basepython = python3.7

0 commit comments

Comments
 (0)