Datasette now supports Python 3.9

This commit is contained in:
Simon Willison 2020-10-09 10:57:55 -07:00
commit 1bdbc8aa7f
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ Other improvements in this release:
- ``datasette publish heroku`` now deploys using Python 3.8.6. - ``datasette publish heroku`` now deploys using Python 3.8.6.
- New ``datasette publish heroku --tar=`` option. (`#969 <https://github.com/simonw/datasette/issues/969>`__) - New ``datasette publish heroku --tar=`` option. (`#969 <https://github.com/simonw/datasette/issues/969>`__)
- ``OPTIONS`` requests against HTML pages no longer return a 500 error. (`#1001 <https://github.com/simonw/datasette/issues/1001>`__) - ``OPTIONS`` requests against HTML pages no longer return a 500 error. (`#1001 <https://github.com/simonw/datasette/issues/1001>`__)
- Datasette now supports Python 3.9.
.. _v0_49_1: .. _v0_49_1:

View file

@ -84,6 +84,7 @@ setup(
"Intended Audience :: End Users/Desktop", "Intended Audience :: End Users/Desktop",
"Topic :: Database", "Topic :: Database",
"License :: OSI Approved :: Apache Software License", "License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.6",