Skip to content

Commit

Permalink
update library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jan 22, 2020
1 parent dd0ea2d commit 09141e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: python
python: 3.7
dist: xenial
python: 3.8
dist: bionic
env:
global:
- DJANGO="Django==2.2.5"
- DRF="djangorestframework==3.10.3"
- WQ_CORE="wq.core==1.2.0b1"
- WQ_APP="wq.app==1.2.0b1"
- WQ_DB="wq.db==1.2.0b1"
- DJANGO="Django==3.0.2"
- DRF="djangorestframework==3.11.0"
- WQ_CORE="wq.core==1.2.0"
- WQ_APP="wq.app==1.2.0"
- WQ_DB="wq.db==1.2.0"
- XLSCONV="xlsconv==1.1.0"
install:
- pip install $DJANGO $DRF $XLSCONV
Expand All @@ -20,11 +20,11 @@ addons:
- gdal-bin
matrix:
include:
- name: "Defaults (Python 3.7, SpatialLite, No NPM)"
- name: "Defaults (Python 3.8, SpatialLite, No NPM)"
- name: "Python 3.7"
python: 3.7
- name: "Python 3.6"
python: 3.6
- name: "Python 3.5"
python: 3.5
- name: "PostGIS"
env:
- POSTGRES=1
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,13 @@ def list_package_data(root):
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Framework :: Django',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Topic :: Software Development :: Libraries :: Application Frameworks',
'Topic :: Software Development :: Code Generators',
'Topic :: Text Processing :: Markup :: HTML',
Expand Down

0 comments on commit 09141e1

Please sign in to comment.