Skip to content

Commit

Permalink
Require Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Apr 29, 2023
1 parent 594b9fe commit 6e0a4d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand All @@ -60,5 +59,8 @@
'https://github.com/WebwareForPython/DBUtils'},
platforms=['any'],
license='MIT License',
packages=['dbutils']
packages=['dbutils'],
extras_require={
"pg": ["PyGreSQL >= 5"]
}
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py3{6,7,8,9,10,11}, ruff, manifest, docs, spell
envlist = py3{7,8,9,10,11}, ruff, manifest, docs, spell

[testenv]
setenv =
Expand Down

0 comments on commit 6e0a4d0

Please sign in to comment.