diff options
author | Federico Caselli <cfederico87@gmail.com> | 2020-10-08 20:34:02 +0200 |
---|---|---|
committer | Federico Caselli <cfederico87@gmail.com> | 2020-10-08 20:44:55 +0200 |
commit | 21e327690558639b0eead6c1abf0019039a02d3b (patch) | |
tree | 0782ed50db76d7f12361e0c69c320f169ef2ab95 /setup.cfg | |
parent | bcc17b1d6e2cac3b0e45c0b17a62cf2d5fc5c5ab (diff) | |
download | sqlalchemy-21e327690558639b0eead6c1abf0019039a02d3b.tar.gz |
Add python 3.9 to ci test and wheel workflow
Change-Id: I3b80b836ca547fa92f324acb265180cdeea17611
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ classifiers = Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy Topic :: Database :: Front-Ends |