File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
matrix :
3
3
include :
4
- # Python 2.7
5
- - env : TOXENV=py27
6
- python : 2.7
7
- # Python 3.5
8
- - env : TOXENV=py35
9
- python : 3.5
10
4
# Python 3.6
11
5
- env : TOXENV=py36
12
6
python : 3.6
13
7
# Python 3.7
14
8
- env : TOXENV=py37
15
9
python : 3.7
16
10
dist : xenial
11
+ # Python 3.8
12
+ - env : TOXENV=py38
13
+ python : 3.8
14
+ dist : xenial
17
15
# SQLAlchemy 1.1
18
16
- env : TOXENV=py37-sql11
19
17
python : 3.7
@@ -26,6 +24,10 @@ matrix:
26
24
- env : TOXENV=py37-sql13
27
25
python : 3.7
28
26
dist : xenial
27
+ # SQLAlchemy 1.4
28
+ - env : TOXENV=py37-sql14
29
+ python : 3.7
30
+ dist : xenial
29
31
# Pre-commit
30
32
- env : TOXENV=pre-commit
31
33
python : 3.7
Original file line number Diff line number Diff line change 16
16
"graphene>=3.0b5" ,
17
17
"promise>=2.3" ,
18
18
# Tests fail with 1.0.19
19
- "SQLAlchemy>=1.2 ,<2.0" ,
19
+ "SQLAlchemy>=1.1 ,<2.0" ,
20
20
]
21
21
22
22
tests_require = [
39
39
"Development Status :: 3 - Alpha" ,
40
40
"Intended Audience :: Developers" ,
41
41
"Topic :: Software Development :: Libraries" ,
42
- "Programming Language :: Python :: 2" ,
43
- "Programming Language :: Python :: 2.7" ,
44
42
"Programming Language :: Python :: 3" ,
45
- "Programming Language :: Python :: 3.5" ,
46
43
"Programming Language :: Python :: 3.6" ,
47
44
"Programming Language :: Python :: 3.7" ,
45
+ "Programming Language :: Python :: 3.8" ,
48
46
"Programming Language :: Python :: Implementation :: PyPy" ,
49
47
],
50
48
keywords = "api graphql protocol rest relay graphene" ,
You can’t perform that action at this time.
0 commit comments