Skip to content

Commit

Permalink
update setup to require py 3.8 to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Inveracity committed Jul 26, 2023
1 parent 4c18297 commit 4bad8ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Database",
"Topic :: Software Development :: Testing :: Mocking",
],
python_requires='>=3.7',
python_requires='>=3.8',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
)

0 comments on commit 4bad8ef

Please sign in to comment.