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
diff --git a/NEWS.rst b/NEWS.rst
index 476c1d4..c9941f0 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -4,7 +4,8 @@ NEWS for lazr.delegates
44
52.0.552.0.5
6=====6=====
7- Officially add support for Python 3.6, 3.7, and 3.8.7- Officially add support for Python 3.6, 3.7, 3.8, 3.9, and 3.10.
8- Drop support for Python 3.2, 3.3, and 3.4.
8- Test using ``zope.testrunner`` rather than ``nose``.9- Test using ``zope.testrunner`` rather than ``nose``.
910
1011
diff --git a/setup.py b/setup.py
index f8b5b24..bfe9891 100755
--- a/setup.py
+++ b/setup.py
@@ -51,13 +51,12 @@ delegating behavior.
51 'Programming Language :: Python :: 2',51 'Programming Language :: Python :: 2',
52 'Programming Language :: Python :: 2.7',52 'Programming Language :: Python :: 2.7',
53 'Programming Language :: Python :: 3',53 'Programming Language :: Python :: 3',
54 'Programming Language :: Python :: 3.2',
55 'Programming Language :: Python :: 3.3',
56 'Programming Language :: Python :: 3.4',
57 'Programming Language :: Python :: 3.5',54 'Programming Language :: Python :: 3.5',
58 'Programming Language :: Python :: 3.6',55 'Programming Language :: Python :: 3.6',
59 'Programming Language :: Python :: 3.7',56 'Programming Language :: Python :: 3.7',
60 'Programming Language :: Python :: 3.8',57 'Programming Language :: Python :: 3.8',
58 'Programming Language :: Python :: 3.9',
59 'Programming Language :: Python :: 3.10',
61 ],60 ],
62 extras_require={61 extras_require={
63 "docs": ["Sphinx"],62 "docs": ["Sphinx"],
diff --git a/tox.ini b/tox.ini
index f30fd94..7063773 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,13 +1,12 @@
1[tox]1[tox]
2envlist =2envlist =
3 py273 py27
4 py32
5 py33
6 py34
7 py354 py35
8 py365 py36
9 py376 py37
10 py387 py38
8 py39
9 py310
11 coverage10 coverage
1211
13[testenv]12[testenv]

Subscribers

People subscribed via source and target branches

to all changes: