Skip to content

Commit 07bda9a

Browse files
committed
Remove references to gql 3 and specific Python versions
1 parent a90f923 commit 07bda9a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GQL
22

3-
This is a GraphQL client for Python 3.8+.
3+
This is a GraphQL client for Python.
44
Plays nicely with `graphene`, `graphql-core`, `graphql-js` and any other GraphQL implementation compatible with the spec.
55

66
GQL architecture is inspired by `React-Relay` and `Apollo-Client`.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
# -- Project information -----------------------------------------------------
1919

20-
project = 'gql 3'
21-
copyright = '2020, graphql-python.org'
20+
project = 'gql'
21+
copyright = '2025, graphql-python.org'
2222
author = 'graphql-python.org'
2323

2424
# The full version, including alpha/beta/rc tags

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Welcome to GQL 3 documentation!
2-
===============================
1+
GQL documentation
2+
=================
33

44
Contents
55
--------

docs/intro.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Introduction
22
============
33

4-
`GQL 3`_ is a `GraphQL`_ Client for Python 3.8+ which plays nicely with other
4+
`GQL`_ is a `GraphQL`_ Client for Python which plays nicely with other
55
graphql implementations compatible with the spec.
66

77
Under the hood, it uses `GraphQL-core`_ which is a Python port of `GraphQL.js`_,
@@ -10,7 +10,7 @@ the JavaScript reference implementation for GraphQL.
1010
Installation
1111
------------
1212

13-
You can install GQL 3 and all the extra dependencies using pip_::
13+
You can install GQL and all the extra dependencies using pip_::
1414

1515
pip install "gql[all]"
1616

@@ -93,7 +93,7 @@ Please check the `Contributing`_ file to learn how to make a good pull request.
9393
.. _GraphQL: https://graphql.org/
9494
.. _GraphQL-core: https://github.com/graphql-python/graphql-core
9595
.. _GraphQL.js: https://github.com/graphql/graphql-js
96-
.. _GQL 3: https://github.com/graphql-python/gql
96+
.. _GQL: https://github.com/graphql-python/gql
9797
.. _pip: https://pip.pypa.io/
9898
.. _GitHub repository for gql: https://github.com/graphql-python/gql
9999
.. _Contributing: https://github.com/graphql-python/gql/blob/master/CONTRIBUTING.md

0 commit comments

Comments
 (0)