Merge lp:~cjwatson/storm/py311 into lp:storm

Proposed by Colin Watson
Status: Merged
Merged at revision: 578
Proposed branch: lp:~cjwatson/storm/py311
Merge into: lp:storm
Diff against target: 46 lines (+6/-1)
3 files modified
NEWS (+1/-0)
setup.py (+2/-0)
tox.ini (+3/-1)
To merge this branch: bzr merge lp:~cjwatson/storm/py311
Reviewer Review Type Date Requested Status
Andrey Fedoseev (community) Approve
Review via email: mp+432280@code.launchpad.net

Commit message

Support Python 3.10 and 3.11.

To post a comment you must log in.
Revision history for this message
Andrey Fedoseev (andrey-fedoseev) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'NEWS'
2--- NEWS 2022-03-16 16:59:21 +0000
3+++ NEWS 2022-10-28 06:27:52 +0000
4@@ -6,6 +6,7 @@
5
6 - Clarify exception when creating a property with both allow_none=False and
7 default=None.
8+- Support Python 3.10 and 3.11.
9
10 Bug fixes
11 ---------
12
13=== modified file 'setup.py'
14--- setup.py 2021-04-16 11:30:02 +0000
15+++ setup.py 2022-10-28 06:27:52 +0000
16@@ -75,6 +75,8 @@
17 "Programming Language :: Python :: 3.7",
18 "Programming Language :: Python :: 3.8",
19 "Programming Language :: Python :: 3.9",
20+ "Programming Language :: Python :: 3.10",
21+ "Programming Language :: Python :: 3.11",
22 "Topic :: Database",
23 "Topic :: Database :: Front-Ends",
24 "Topic :: Software Development :: Libraries :: Python Modules",
25
26=== modified file 'tox.ini'
27--- tox.ini 2021-04-16 11:30:02 +0000
28+++ tox.ini 2022-10-28 06:27:52 +0000
29@@ -6,6 +6,8 @@
30 py37-{cextensions,nocextensions}
31 py38-{cextensions,nocextensions}
32 py39-{cextensions,nocextensions}
33+ py310-{cextensions,nocextensions}
34+ py311-{cextensions,nocextensions}
35 docs
36
37 [testenv]
38@@ -24,7 +26,7 @@
39
40 [testenv:docs]
41 basepython =
42- python3.9
43+ python3.11
44 commands =
45 sphinx-build -b html -d storm/docs/_build/doctrees storm/docs storm/docs/_build/html
46 deps =

Subscribers

People subscribed via source and target branches

to status/vote changes: