We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0019f2a commit cb4074fCopy full SHA for cb4074f
.travis.yml
@@ -2,9 +2,9 @@ sudo: false
2
language: python
3
python:
4
- "2.7"
5
- - "3.3"
6
- "3.4"
7
- "3.5"
+ - "3.6"
8
9
addons:
10
apt:
setup.py
@@ -71,8 +71,9 @@ def write_version(filename=VERSION_TARGET):
71
'Natural Language :: English',
72
'Operating System :: OS Independent',
73
'Programming Language :: Python :: 2.7',
74
- 'Programming Language :: Python :: 3.3',
75
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
76
+ 'Programming Language :: Python :: 3.6',
77
'Programming Language :: Python :: Implementation :: CPython',
78
'Topic :: Scientific/Engineering :: Physics',
79
],
0 commit comments