Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita81e3aa

Browse files
committed
Merge pull request#25 from zencoder/feature/advertise-python-3-support
Feature/advertise python 3 support
2 parentsd360e33 +8b11b0e commita81e3aa

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

‎.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ python:
33
-"2.6"
44
-"2.7"
55
-"3.3"
6+
-"3.4"
67
-"pypy"
78
install:pip install -e .
89
# command to run tests

‎setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
'Programming Language :: Python',
2323
'Programming Language :: Python :: 2.6',
2424
'Programming Language :: Python :: 2.7',
25+
'Programming Language :: Python :: 3.3',
26+
'Programming Language :: Python :: 3.4',
2527
'Topic :: Software Development :: Libraries :: Python Modules'
2628
]
2729
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp