Skip to content

Commit

Permalink
Remove Python 3.6 from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jzombie committed Apr 3, 2024
1 parent 2ede23f commit 0aa8881
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
'Topic :: Software Development :: Libraries',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'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',
'Operating System :: OS Independent',
],
python_requires='>=3.6',
python_requires='>=3.7',
keywords='enum python utilities enum-to-dict enum-with-dict',
)

0 comments on commit 0aa8881

Please sign in to comment.