Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #43 from SpiNNakerManchester/py38
Browse files Browse the repository at this point in the history
Add testing with Python 3.8
  • Loading branch information
dkfellows committed Aug 14, 2020
2 parents dfbec72 + 714a65f commit 70300de
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
20 changes: 15 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,21 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

language: python
python:
- 2.7
- 3.6
- 3.7
dist: focal
os: linux
jobs:
include:
- name: Py3.6
python: 3.6
dist: bionic
- name: Py3.7
python: 3.7
dist: focal
- name: Py3.8
python: 3.8
dist: focal
- name: Py2.7 (legacy)
python: 2.7
dist: xenial
addons:
apt:
packages:
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",

"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",

"Natural Language :: English",

Expand All @@ -68,6 +68,7 @@
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
packages=packages,
package_data=package_data,
Expand Down

0 comments on commit 70300de

Please sign in to comment.