Skip to content

Commit

Permalink
fix: update references to minimum-supported python version of 3.8 (#1369
Browse files Browse the repository at this point in the history
)
  • Loading branch information
PaarthShah committed Apr 13, 2024
1 parent 83e4ce3 commit 599524a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -45,8 +45,8 @@ Compared to some other Zeroconf/Bonjour/Avahi Python packages, python-zeroconf:
Python compatibility
--------------------

* CPython 3.7+
* PyPy3.7 7.3+
* CPython 3.8+
* PyPy3.8 7.3+

Versioning
----------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -16,11 +16,11 @@ classifiers=[
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS :: MacOS X',
'Topic :: Software Development :: Libraries',
'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',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
]
Expand Down

0 comments on commit 599524a

Please sign in to comment.