Skip to content

Commit

Permalink
Check compatibility with Python 3.8 (#398)
Browse files Browse the repository at this point in the history
Test PyGMT with Python 3.8.
  • Loading branch information
seisman authored Mar 24, 2020
1 parent da20303 commit dc178ed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:

strategy:
matrix:
Python38:
python.version: '3.8'
PYTHON: '3.8'
Python37:
python.version: '3.7'
PYTHON: '3.7'
Expand Down Expand Up @@ -164,6 +167,9 @@ jobs:

strategy:
matrix:
Python38:
python.version: '3.8'
PYTHON: '3.8'
Python37:
python.version: '3.7'
PYTHON: '3.7'
Expand Down
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ env:
matrix:
# Build under the following configurations
include:
- name: "Linux - Python 3.8"
os: linux
env:
- PYTHON=3.8
- name: "Linux - Python 3.7"
os: linux
env:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"Topic :: Software Development :: Libraries",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: {}".format(LICENSE),
]
PLATFORMS = "Any"
Expand Down

0 comments on commit dc178ed

Please sign in to comment.