Skip to content

Commit 599524a

Browse files
authored
fix: update references to minimum-supported python version of 3.8 (#1369)
1 parent 83e4ce3 commit 599524a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Compared to some other Zeroconf/Bonjour/Avahi Python packages, python-zeroconf:
4545
Python compatibility
4646
--------------------
4747

48-
* CPython 3.7+
49-
* PyPy3.7 7.3+
48+
* CPython 3.8+
49+
* PyPy3.8 7.3+
5050

5151
Versioning
5252
----------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ classifiers=[
1616
'Operating System :: POSIX :: Linux',
1717
'Operating System :: MacOS :: MacOS X',
1818
'Topic :: Software Development :: Libraries',
19-
'Programming Language :: Python :: 3.7',
2019
'Programming Language :: Python :: 3.8',
2120
'Programming Language :: Python :: 3.9',
2221
'Programming Language :: Python :: 3.10',
2322
'Programming Language :: Python :: 3.11',
23+
'Programming Language :: Python :: 3.12',
2424
'Programming Language :: Python :: Implementation :: CPython',
2525
'Programming Language :: Python :: Implementation :: PyPy',
2626
]

0 commit comments

Comments
 (0)