Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 1ba2b2c

Browse files
committed
Downgraded runs-on to ubuntu-20.04 to support python3.6 runs for a little while longer. Added 3.11 runs. Syncing tox and GH actions run environments.
1 parent 7bc9943 commit 1ba2b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
package_data={"src/pythonjsonlogger": ["py.typed"]},
2222
packages=find_packages("src", exclude="tests"),
2323
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
24-
python_requires='>=3.7',
24+
python_requires=">=3.6",
2525
test_suite="tests.tests",
2626
classifiers=[
2727
'Development Status :: 6 - Mature',

0 commit comments

Comments
 (0)