]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Drop python 3.5 support
authorFederico Caselli <cfederico87@gmail.com>
Thu, 8 Oct 2020 19:01:19 +0000 (21:01 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 8 Oct 2020 19:32:09 +0000 (21:32 +0200)
commit9b3812a0c646ee14a6f102e6dc87298d5c255cec
treefa4a9e535b728f803dcce1d7700536c015abd850
parentbcc17b1d6e2cac3b0e45c0b17a62cf2d5fc5c5ab
Drop python 3.5 support

Fixes: #5634
Change-Id: Ie8d4076ee35234b535a04e6fb9321096df3f648b
12 files changed:
.github/workflows/create-wheels.yaml
.github/workflows/run-test.yaml
doc/build/changelog/unreleased_14/5634.rst [new file with mode: 0644]
doc/build/intro.rst
lib/sqlalchemy/dialects/postgresql/__init__.py
lib/sqlalchemy/testing/util.py
lib/sqlalchemy/util/__init__.py
lib/sqlalchemy/util/compat.py
pyproject.toml
setup.cfg
test/base/test_utils.py
test/orm/test_unitofwork.py