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

Proposed by Colin Watson
Status: Merged
Merged at revision: 569
Proposed branch: lp:~cjwatson/storm/py39
Merge into: lp:storm
Diff against target: 44 lines (+4/-1)
3 files modified
NEWS (+1/-0)
setup.py (+1/-0)
tox.ini (+2/-1)
To merge this branch: bzr merge lp:~cjwatson/storm/py39
Reviewer Review Type Date Requested Status
Ioana Lasc (community) Approve
Storm Developers Pending
Review via email: mp+401293@code.launchpad.net

Commit message

Support Python 3.9.

To post a comment you must log in.
Revision history for this message
Ioana Lasc (ilasc) :
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 2021-04-06 09:23:02 +0000
3+++ NEWS 2021-04-16 11:40:29 +0000
4@@ -8,6 +8,7 @@
5 Comparable.endswith, and Comparable.contains_string. This is only
6 supported in the PostgreSQL backend.
7 - Restore MySQL support.
8+- Support Python 3.9.
9
10 0.24 (2020-06-12)
11 =================
12
13=== modified file 'setup.py'
14--- setup.py 2021-04-06 09:23:02 +0000
15+++ setup.py 2021-04-16 11:40:29 +0000
16@@ -74,6 +74,7 @@
17 "Programming Language :: Python :: 3.6",
18 "Programming Language :: Python :: 3.7",
19 "Programming Language :: Python :: 3.8",
20+ "Programming Language :: Python :: 3.9",
21 "Topic :: Database",
22 "Topic :: Database :: Front-Ends",
23 "Topic :: Software Development :: Libraries :: Python Modules",
24
25=== modified file 'tox.ini'
26--- tox.ini 2021-04-06 08:17:42 +0000
27+++ tox.ini 2021-04-16 11:40:29 +0000
28@@ -5,6 +5,7 @@
29 py36-{cextensions,nocextensions}
30 py37-{cextensions,nocextensions}
31 py38-{cextensions,nocextensions}
32+ py39-{cextensions,nocextensions}
33 docs
34
35 [testenv]
36@@ -23,7 +24,7 @@
37
38 [testenv:docs]
39 basepython =
40- python3.8
41+ python3.9
42 commands =
43 sphinx-build -b html -d storm/docs/_build/doctrees storm/docs storm/docs/_build/html
44 deps =

Subscribers

People subscribed via source and target branches

to status/vote changes: