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
=== modified file 'NEWS'
--- NEWS 2021-04-06 09:23:02 +0000
+++ NEWS 2021-04-16 11:40:29 +0000
@@ -8,6 +8,7 @@
8 Comparable.endswith, and Comparable.contains_string. This is only8 Comparable.endswith, and Comparable.contains_string. This is only
9 supported in the PostgreSQL backend.9 supported in the PostgreSQL backend.
10- Restore MySQL support.10- Restore MySQL support.
11- Support Python 3.9.
1112
120.24 (2020-06-12)130.24 (2020-06-12)
13=================14=================
1415
=== modified file 'setup.py'
--- setup.py 2021-04-06 09:23:02 +0000
+++ setup.py 2021-04-16 11:40:29 +0000
@@ -74,6 +74,7 @@
74 "Programming Language :: Python :: 3.6",74 "Programming Language :: Python :: 3.6",
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 "Topic :: Database",78 "Topic :: Database",
78 "Topic :: Database :: Front-Ends",79 "Topic :: Database :: Front-Ends",
79 "Topic :: Software Development :: Libraries :: Python Modules",80 "Topic :: Software Development :: Libraries :: Python Modules",
8081
=== modified file 'tox.ini'
--- tox.ini 2021-04-06 08:17:42 +0000
+++ tox.ini 2021-04-16 11:40:29 +0000
@@ -5,6 +5,7 @@
5 py36-{cextensions,nocextensions}5 py36-{cextensions,nocextensions}
6 py37-{cextensions,nocextensions}6 py37-{cextensions,nocextensions}
7 py38-{cextensions,nocextensions}7 py38-{cextensions,nocextensions}
8 py39-{cextensions,nocextensions}
8 docs9 docs
910
10[testenv]11[testenv]
@@ -23,7 +24,7 @@
2324
24[testenv:docs]25[testenv:docs]
25basepython =26basepython =
26 python3.827 python3.9
27commands =28commands =
28 sphinx-build -b html -d storm/docs/_build/doctrees storm/docs storm/docs/_build/html29 sphinx-build -b html -d storm/docs/_build/doctrees storm/docs storm/docs/_build/html
29deps =30deps =

Subscribers

People subscribed via source and target branches

to status/vote changes: