Drop Python 3.6 support; psycopg3 does not support it failed_instance_mock_attempt
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 5 Mar 2024 22:11:54 +0000 (16:11 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 5 Mar 2024 22:11:54 +0000 (16:11 -0600)
setup.py
tox.ini

index bc80165d2d4b8f7f732be6a69e90edf891e1b1fb..fecd198d54159cb83d1d35855e0a0d499ea95468 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -111,7 +111,6 @@ setup(
         # Specify the Python versions you support here. In particular, ensure
         # that you indicate whether you support Python 2, Python 3 or both.
         'Programming Language :: Python :: 3',
-        'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: 3.7',
         'Programming Language :: Python :: 3.8',
         'Programming Language :: Python :: 3.9',
diff --git a/tox.ini b/tox.ini
index 8ec249edf563571b44bb36d5e0225c94f6af3f6b..aca3ac0b42c844d2c39e151ab80bb937921facb6 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,9 +1,8 @@
 [tox]
-envlist = py{36,37,38,39,310,311}
+envlist = py{37,38,39,310,311}
 
 [testenv]
 basepython =
-    py36: python3.6
     py37: python3.7
     py38: python3.8
     py39: python3.9