Merge ~cjwatson/lazr.delegates:update-python-versions into lazr.delegates:main

Proposed by Colin Watson
Status: Merged
Merged at revision: cf89d11a88983fc636bd71a2643761dd6a33513c
Proposed branch: ~cjwatson/lazr.delegates:update-python-versions
Merge into: lazr.delegates:main
Diff against target: 54 lines (+6/-7)
3 files modified
NEWS.rst (+2/-1)
setup.py (+2/-3)
tox.ini (+2/-3)
Reviewer Review Type Date Requested Status
Jürgen Gmach Approve
Review via email: mp+412211@code.launchpad.net

Commit message

Update Python versions

Description of the change

Add support for Python 3.9 and 3.10. Drop support for Python 3.2, 3.3, and 3.4.

To post a comment you must log in.
Revision history for this message
Jürgen Gmach (jugmac00) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/NEWS.rst b/NEWS.rst
2index 476c1d4..c9941f0 100644
3--- a/NEWS.rst
4+++ b/NEWS.rst
5@@ -4,7 +4,8 @@ NEWS for lazr.delegates
6
7 2.0.5
8 =====
9-- Officially add support for Python 3.6, 3.7, and 3.8.
10+- Officially add support for Python 3.6, 3.7, 3.8, 3.9, and 3.10.
11+- Drop support for Python 3.2, 3.3, and 3.4.
12 - Test using ``zope.testrunner`` rather than ``nose``.
13
14
15diff --git a/setup.py b/setup.py
16index f8b5b24..bfe9891 100755
17--- a/setup.py
18+++ b/setup.py
19@@ -51,13 +51,12 @@ delegating behavior.
20 'Programming Language :: Python :: 2',
21 'Programming Language :: Python :: 2.7',
22 'Programming Language :: Python :: 3',
23- 'Programming Language :: Python :: 3.2',
24- 'Programming Language :: Python :: 3.3',
25- 'Programming Language :: Python :: 3.4',
26 'Programming Language :: Python :: 3.5',
27 'Programming Language :: Python :: 3.6',
28 'Programming Language :: Python :: 3.7',
29 'Programming Language :: Python :: 3.8',
30+ 'Programming Language :: Python :: 3.9',
31+ 'Programming Language :: Python :: 3.10',
32 ],
33 extras_require={
34 "docs": ["Sphinx"],
35diff --git a/tox.ini b/tox.ini
36index f30fd94..7063773 100644
37--- a/tox.ini
38+++ b/tox.ini
39@@ -1,13 +1,12 @@
40 [tox]
41 envlist =
42 py27
43- py32
44- py33
45- py34
46 py35
47 py36
48 py37
49 py38
50+ py39
51+ py310
52 coverage
53
54 [testenv]

Subscribers

People subscribed via source and target branches

to all changes: