1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-04-22 11:18:53 -04:00

update to py 3.10

This commit is contained in:
Hemna 2025-01-07 10:50:22 -05:00
parent 7702d68cf7
commit 3ee422b5c9

View File

@ -18,7 +18,7 @@ description = "APRSd is a APRS-IS server that can be used to connect to APRS-IS
# 'Programming Language' classifiers in this file, 'pip install' will check this
# and refuse to install the project if the version does not match. See
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
requires-python = ">=3.9"
requires-python = ">=3.10"
dynamic = ["version", "dependencies", "optional-dependencies"]