Merge ~jugmac00/lazr.sshserver:support-new-python-versions into lazr.sshserver:master

Proposed by Jürgen Gmach
Status: Merged
Merge reported by: Jürgen Gmach
Merged at revision: e21478406f523bef994f40adc39ed3434fefcaf4
Proposed branch: ~jugmac00/lazr.sshserver:support-new-python-versions
Merge into: lazr.sshserver:master
Diff against target: 51 lines (+9/-2)
3 files modified
NEWS.txt (+6/-0)
setup.py (+2/-1)
tox.ini (+1/-1)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+410995@code.launchpad.net

Commit message

Add support for Python 3.9 and 3.10

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/.bzrignore b/.gitignore
2similarity index 100%
3rename from .bzrignore
4rename to .gitignore
5diff --git a/NEWS.txt b/NEWS.txt
6index 3e8df26..0de6e34 100644
7--- a/NEWS.txt
8+++ b/NEWS.txt
9@@ -2,6 +2,12 @@
10 NEWS for lazr.sshserver
11 =======================
12
13+0.1.13
14+======
15+
16+- Officially add support for Python 3.9 and 3.10.
17+
18+
19 0.1.12 (2021-09-13)
20 ===================
21
22diff --git a/setup.py b/setup.py
23index 34fbea2..e764c99 100755
24--- a/setup.py
25+++ b/setup.py
26@@ -66,11 +66,12 @@ setup(
27 "Programming Language :: Python :: 2",
28 "Programming Language :: Python :: 2.7",
29 "Programming Language :: Python :: 3",
30- "Programming Language :: Python :: 3.4",
31 "Programming Language :: Python :: 3.5",
32 "Programming Language :: Python :: 3.6",
33 "Programming Language :: Python :: 3.7",
34 "Programming Language :: Python :: 3.8",
35+ "Programming Language :: Python :: 3.9",
36+ "Programming Language :: Python :: 3.10",
37 ],
38 extras_require=dict(
39 docs=['Sphinx'],
40diff --git a/tox.ini b/tox.ini
41index 74e99fe..feb1956 100644
42--- a/tox.ini
43+++ b/tox.ini
44@@ -1,6 +1,6 @@
45 [tox]
46 envlist =
47- py27,py34,py35,py36,py37,py38
48+ py27,py35,py36,py37,py38,py39,py310
49
50 [testenv]
51 commands =

Subscribers

People subscribed via source and target branches