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
=== modified file 'NEWS'
--- NEWS 2022-03-16 16:59:21 +0000
+++ NEWS 2022-10-28 06:27:52 +0000
@@ -6,6 +6,7 @@
66
7- Clarify exception when creating a property with both allow_none=False and7- Clarify exception when creating a property with both allow_none=False and
8 default=None.8 default=None.
9- Support Python 3.10 and 3.11.
910
10Bug fixes11Bug fixes
11---------12---------
1213
=== modified file 'setup.py'
--- setup.py 2021-04-16 11:30:02 +0000
+++ setup.py 2022-10-28 06:27:52 +0000
@@ -75,6 +75,8 @@
75 "Programming Language :: Python :: 3.7",75 "Programming Language :: Python :: 3.7",
76 "Programming Language :: Python :: 3.8",76 "Programming Language :: Python :: 3.8",
77 "Programming Language :: Python :: 3.9",77 "Programming Language :: Python :: 3.9",
78 "Programming Language :: Python :: 3.10",
79 "Programming Language :: Python :: 3.11",
78 "Topic :: Database",80 "Topic :: Database",
79 "Topic :: Database :: Front-Ends",81 "Topic :: Database :: Front-Ends",
80 "Topic :: Software Development :: Libraries :: Python Modules",82 "Topic :: Software Development :: Libraries :: Python Modules",
8183
=== modified file 'tox.ini'
--- tox.ini 2021-04-16 11:30:02 +0000
+++ tox.ini 2022-10-28 06:27:52 +0000
@@ -6,6 +6,8 @@
6 py37-{cextensions,nocextensions}6 py37-{cextensions,nocextensions}
7 py38-{cextensions,nocextensions}7 py38-{cextensions,nocextensions}
8 py39-{cextensions,nocextensions}8 py39-{cextensions,nocextensions}
9 py310-{cextensions,nocextensions}
10 py311-{cextensions,nocextensions}
9 docs11 docs
1012
11[testenv]13[testenv]
@@ -24,7 +26,7 @@
2426
25[testenv:docs]27[testenv:docs]
26basepython =28basepython =
27 python3.929 python3.11
28commands =30commands =
29 sphinx-build -b html -d storm/docs/_build/doctrees storm/docs storm/docs/_build/html31 sphinx-build -b html -d storm/docs/_build/doctrees storm/docs storm/docs/_build/html
30deps =32deps =

Subscribers

People subscribed via source and target branches

to status/vote changes: