Skip to content

Commit cb4074f

Browse files
committed
Incremented Python versions in matrix.
1 parent 0019f2a commit cb4074f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ sudo: false
22
language: python
33
python:
44
- "2.7"
5-
- "3.3"
65
- "3.4"
76
- "3.5"
7+
- "3.6"
88

99
addons:
1010
apt:

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ def write_version(filename=VERSION_TARGET):
7171
'Natural Language :: English',
7272
'Operating System :: OS Independent',
7373
'Programming Language :: Python :: 2.7',
74-
'Programming Language :: Python :: 3.3',
7574
'Programming Language :: Python :: 3.4',
75+
'Programming Language :: Python :: 3.5',
76+
'Programming Language :: Python :: 3.6',
7677
'Programming Language :: Python :: Implementation :: CPython',
7778
'Topic :: Scientific/Engineering :: Physics',
7879
],

0 commit comments

Comments
 (0)