File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 23
23
- DJANGO_VERSION='Django>=3.0,<3.1'
24
24
- DJANGO_VERSION='https://github.com/django/django/archive/master.tar.gz'
25
25
26
+ matrix :
27
+ allow_failures :
28
+ - python : " 3.8"
29
+ env : DJANGO_VERSION='Django>=1.11,<1.12'
30
+ - env : DJANGO_VERSION='https://github.com/django/django/archive/master.tar.gz'
31
+
26
32
before_install :
27
33
# https://gis.stackexchange.com/a/252610
28
34
- wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def read(fname):
27
27
'swapper' ,
28
28
'tqdm' ,
29
29
],
30
- python_requires = '>=3.5 ' ,
30
+ python_requires = '>=3.6 ' ,
31
31
include_package_data = True ,
32
32
zip_safe = False ,
33
33
long_description = read ('README.md' ),
@@ -46,9 +46,9 @@ def read(fname):
46
46
"License :: OSI Approved :: MIT License" ,
47
47
"Operating System :: OS Independent" ,
48
48
"Programming Language :: Python" ,
49
- "Programming Language :: Python :: 3" ,
50
- "Programming Language :: Python :: 3.4 " ,
51
- "Programming Language :: Python :: 3.5 " ,
49
+ "Programming Language :: Python :: 3.6 " ,
50
+ "Programming Language :: Python :: 3.7 " ,
51
+ "Programming Language :: Python :: 3.8 " ,
52
52
"Topic :: Internet :: WWW/HTTP" ,
53
53
"Topic :: Software Development :: Libraries :: Python Modules" ,
54
54
],
You can’t perform that action at this time.
0 commit comments