Skip to content

Commit 78033b7

Browse files
committed
Specify the supported Python versions.
1 parent 401d805 commit 78033b7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@
88
[![Build Status](https://travis-ci.org/graphql-python/graphql-core-legacy.svg?branch=master)](https://travis-ci.org/graphql-python/graphql-core-legacy)
99
[![Coverage Status](https://coveralls.io/repos/graphql-python/graphql-core-legacy/badge.svg?branch=master&service=github)](https://coveralls.io/github/graphql-python/graphql-core-legacy?branch=master)
1010

11-
_This library is a port of [GraphQL.js](https://github.com/graphql/graphql-js) to Python
12-
and up-to-date with release [0.6.0](https://github.com/graphql/graphql-js/releases/tag/v0.6.0)._
11+
This library is a port of [GraphQL.js](https://github.com/graphql/graphql-js) to Python
12+
and up-to-date with release [0.6.0](https://github.com/graphql/graphql-js/releases/tag/v0.6.0).
13+
14+
GraphQL-core 2 supports Python version 2.7, 3.5, 3.6, 3.7 and 3.8.
1315

1416
GraphQL.js is the JavaScript reference implementation for GraphQL,
1517
a query language for APIs created by Facebook.
1618

1719
See also the GraphQL documentation at [graphql.org](https://graphql.org/) and
18-
[https://graphql.org/graphql-js/graphql/](https://graphql.org/graphql-js/graphql/).
20+
[graphql.org/graphql-js/graphql/](https://graphql.org/graphql-js/graphql/).
1921

2022
For questions regarding GraphQL, ask [Stack Overflow](http://stackoverflow.com/questions/tagged/graphql).
2123

0 commit comments

Comments
 (0)