Skip to content

Commit

Permalink
update python version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
om26er committed Jan 11, 2024
1 parent 245c705 commit 55ab5df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
author_email='[email protected]',
url='https://github.com/crossbario/txaio',
platforms=('Any'),
python_requires='>=3.7',
python_requires='>=3.9',
extras_require={
'twisted': extras_require_twisted,
'asyncio': extras_require_asyncio,
Expand Down Expand Up @@ -111,8 +111,6 @@
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"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",
Expand Down

0 comments on commit 55ab5df

Please sign in to comment.