Skip to content

Commit

Permalink
Update supported python versions (#168)
Browse files Browse the repository at this point in the history
This library works without any problems with Python 3.11 so far. So
we can update the classifiers.

Also, adds python_requires to block installation into Python < 3.8.
  • Loading branch information
kajinamit authored Mar 4, 2024
1 parent 55954f9 commit 9cb2a2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ summary = Suite of tools and fixtures to manage daemons for testing
description_file = README.rst
author = Julien Danjou
author_email = julien@danjou.info
python_requires = >=3.8
classifier =
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Expand All @@ -14,6 +15,7 @@ classifier =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Software Development :: Testing

[options]
Expand Down

0 comments on commit 9cb2a2b

Please sign in to comment.