소스 검색

List Python 3.3 as supported. Fixes #513.

Jelmer Vernooij 8 년 전
부모
커밋
ae99b65295
3개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 0
      NEWS
  2. 1 1
      README.md
  3. 2 0
      setup.py

+ 4 - 0
NEWS

@@ -1,5 +1,9 @@
 0.17.3	UNRELEASED
 
+ PLATFORM SUPPORT
+
+  * List Python 3.3 as supported. (Jelmer Vernooij, #513)
+
 0.17.2	2017-03-19
 
  BUG FIXES

+ 1 - 1
README.md

@@ -47,4 +47,4 @@ mailing lists.
 Supported versions of Python
 ----------------------------
 
-At the moment, Dulwich supports (and is tested on) CPython 2.7, 3.4, 3.5 and Pypy.
+At the moment, Dulwich supports (and is tested on) CPython 2.7, 3.3, 3.4, 3.5, 3.6 and Pypy.

+ 2 - 0
setup.py

@@ -91,8 +91,10 @@ setup(name='dulwich',
           'Development Status :: 4 - Beta',
           'License :: OSI Approved :: Apache Software License',
           'Programming Language :: Python :: 2.7',
+          'Programming Language :: Python :: 3.3',
           'Programming Language :: Python :: 3.4',
           'Programming Language :: Python :: 3.5',
+          'Programming Language :: Python :: 3.6',
           'Programming Language :: Python :: Implementation :: CPython',
           'Programming Language :: Python :: Implementation :: PyPy',
           'Operating System :: POSIX',