Skip to content

Commit

Permalink
Declare that we should work on python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tpgillam committed Feb 11, 2021
1 parent 9f08612 commit 5f942f8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

language: python
python:
- 3.9
- 3.8
- 3.7
- 3.6
Expand Down
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pip==19.2.3
numpy==1.19.2
bump2version==0.5.11
wheel==0.33.6
watchdog==0.9.0
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
description="Stransverse mass computation as a numpy ufunc.",
install_requires=["numpy"],
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[tox]
envlist = py35, py36, py37, py38, flake8
envlist = py35, py36, py37, py38, py39, flake8

[travis]
python =
3.9: py39
3.8: py38
3.7: py37
3.6: py36
Expand Down

0 comments on commit 5f942f8

Please sign in to comment.