Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db18f4c

Browse files
mwtoewskarimbahgat
authored andcommitted
Start testing with Python 3.6, 3.7, 3.8 and PyPy; drop 3.3 and 3.4
1 parent 92b1b1f commit db18f4c

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
language: python
22

33
python:
4-
- '2.7'
5-
- '3.3'
6-
- '3.4'
7-
- '3.5'
4+
- "2.7"
5+
- "3.5"
6+
- "3.6"
7+
- "3.7"
8+
- "3.8"
9+
- "pypy"
10+
- "pypy3"
811

912
install:
1013
- pip install .
11-
- pip install -U setuptools>=38.6.0
14+
- pip install -U setuptools
1215

1316
script:
1417
- python shapefile.py

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ def read_file(file):
2323
classifiers=['Programming Language :: Python',
2424
'Programming Language :: Python :: 2.7',
2525
'Programming Language :: Python :: 3',
26+
'Programming Language :: Python :: 3.5',
27+
'Programming Language :: Python :: 3.6',
28+
'Programming Language :: Python :: 3.7',
29+
'Programming Language :: Python :: 3.8',
2630
'Topic :: Scientific/Engineering :: GIS',
2731
'Topic :: Software Development :: Libraries',
2832
'Topic :: Software Development :: Libraries :: Python Modules'])

0 commit comments

Comments
 (0)