Skip to content

Commit db2277d

Browse files
committed
Update dependencies, support Python 3.10
Restrict graphql-core to currently supported version 3.1.
1 parent 514402e commit db2277d

File tree

14 files changed

+482
-382
lines changed

14 files changed

+482
-382
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.0
2+
current_version = 3.1.1
33
commit = False
44
tag = False
55

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ matrix:
33
include:
44
- name: Code quality tests
55
env: TOXENV=flake8,mypy
6-
python: 3.8
6+
python: 3.9
7+
dist: xenial
8+
sudo: true
9+
- name: Unit tests with Python 3.10
10+
env: TOXENV=py310
11+
python: 3.10
712
dist: xenial
813
sudo: true
914
- name: Unit tests with Python 3.9
@@ -41,7 +46,7 @@ deploy:
4146
on:
4247
branch: master
4348
tags: true
44-
python: 3.8
49+
python: 3.9
4550
skip_existing: true
4651
username: mvanlonden
4752
password:

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[mypy]
2-
python_version = 3.8
2+
python_version = 3.9
33
warn_redundant_casts = true
44
warn_unused_ignores = True

0 commit comments

Comments
 (0)