Skip to content

Commit 427cccb

Browse files
committed
Prepare patch release
1 parent 80641da commit 427cccb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="graphql-server-core",
7-
version="1.1.2",
7+
version="1.1.3",
88
description="GraphQL Server tools for powering your server",
99
long_description=open("README.md").read(),
1010
long_description_content_type="text/markdown",
@@ -25,6 +25,7 @@
2525
"Programming Language :: Python :: 3.5",
2626
"Programming Language :: Python :: 3.6",
2727
"Programming Language :: Python :: 3.7",
28+
"Programming Language :: Python :: 3.8",
2829
"Programming Language :: Python :: Implementation :: PyPy",
2930
"License :: OSI Approved :: MIT License",
3031
],

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = black,flake8,mypy,py37,py36,py35,py34,py33,py27,pypy3,pypy
2+
envlist = black,flake8,mypy,py38,py37,py36,py35,py34,py33,py27,pypy3,pypy
33
skipsdist = true
44

55
[testenv]

0 commit comments

Comments
 (0)