Merge lp:~cjwatson/meliae/py3-declare-support into lp:meliae

Proposed by Colin Watson
Status: Merged
Merged at revision: 227
Proposed branch: lp:~cjwatson/meliae/py3-declare-support
Merge into: lp:meliae
Prerequisite: lp:~cjwatson/meliae/py3-loader-source-bytes
Diff against target: 43 lines (+14/-0)
3 files modified
.bzrignore (+1/-0)
setup.py (+8/-0)
tox.ini (+5/-0)
To merge this branch: bzr merge lp:~cjwatson/meliae/py3-declare-support
Reviewer Review Type Date Requested Status
John A Meinel Approve
Review via email: mp+383407@code.launchpad.net

Commit message

Declare support for Python 3.4-3.8.

To post a comment you must log in.
Revision history for this message
John A Meinel (jameinel) wrote :

\o/

review: Approve
Revision history for this message
John A Meinel (jameinel) wrote :

FWIW, I only tested on 2.7, 3.6 and 3.8, but that is probably a really good cross section to feel like this is sane.

Thanks again for all the hard work in getting here.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.bzrignore'
2--- .bzrignore 2020-01-29 12:15:29 +0000
3+++ .bzrignore 2020-05-05 11:14:12 +0000
4@@ -1,3 +1,4 @@
5+__pycache__
6 ./*.egg-info
7 ./.eggs
8 ./.tox
9
10=== modified file 'setup.py'
11--- setup.py 2020-01-30 12:10:58 +0000
12+++ setup.py 2020-05-05 11:14:12 +0000
13@@ -49,6 +49,14 @@
14 'Operating System :: Microsoft :: Windows',
15 'Operating System :: POSIX',
16 'Programming Language :: Python',
17+ 'Programming Language :: Python :: 2',
18+ 'Programming Language :: Python :: 2.7',
19+ 'Programming Language :: Python :: 3',
20+ 'Programming Language :: Python :: 3.4',
21+ 'Programming Language :: Python :: 3.5',
22+ 'Programming Language :: Python :: 3.6',
23+ 'Programming Language :: Python :: 3.7',
24+ 'Programming Language :: Python :: 3.8',
25 'Programming Language :: Cython',
26 'Topic :: Software Development :: Debuggers',
27 ],
28
29=== modified file 'tox.ini'
30--- tox.ini 2020-01-29 12:15:29 +0000
31+++ tox.ini 2020-05-05 11:14:12 +0000
32@@ -1,6 +1,11 @@
33 [tox]
34 envlist =
35 py27
36+ py34
37+ py35
38+ py36
39+ py37
40+ py38
41
42 [testenv]
43 deps =

Subscribers

People subscribed via source and target branches

to all changes: