Skip to content

Commit

Permalink
Update supported python versions
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 committed Feb 4, 2024
1 parent bcd836e commit 03bc22c
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
pathon_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 03bc22c

Please sign in to comment.