Skip to content

Commit 2c476fb

Browse files
authored
Merge pull request #15 from orivej/python
Delete Python 3.3 and add Python 3.8-dev on Travis
2 parents 863caa8 + d19a97b commit 2c476fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: python
22
python:
3-
- "3.7-dev"
3+
- "3.8-dev"
4+
- "3.7"
45
- "3.6"
56
- "3.5"
67
- "3.4"
7-
- "3.3"
88
- "2.7"
99
install:
1010
- pip install nose

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
'License :: OSI Approved :: MIT License',
5050
'Programming Language :: Python',
5151
'Programming Language :: Python :: 2.7',
52-
'Programming Language :: Python :: 3.3',
5352
'Programming Language :: Python :: 3.4',
5453
'Programming Language :: Python :: 3.5',
5554
'Programming Language :: Python :: 3.6',
5655
'Programming Language :: Python :: 3.7',
56+
'Programming Language :: Python :: 3.8',
5757
'Programming Language :: Python :: Implementation :: CPython',
5858
'Operating System :: OS Independent',
5959
'Topic :: Software Development :: Libraries',

0 commit comments

Comments
 (0)