From 3bb49354d8b920ecb59d154298653fab224ca906 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Wed, 2 Feb 2022 11:09:43 -0500 Subject: Indicate that Python 3.10 is supported Fixes #730. --- README.kr.rst | 2 +- README.rst | 2 +- setup.py | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.kr.rst b/README.kr.rst index a49a221..5619606 100644 --- a/README.kr.rst +++ b/README.kr.rst @@ -27,7 +27,7 @@ urllib_ Python 모듈과 마찬가지로, PycURL 을 사용하여 Python프로 요구 사항 --------- -- Python 3.5-3.8. +- Python 3.5-3.10. - libcurl 7.19.0 이상. diff --git a/README.rst b/README.rst index 5d796b6..5415933 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ libcurl, including: Requirements ------------ -- Python 3.5-3.8. +- Python 3.5-3.10. - libcurl 7.19.0 or better. diff --git a/setup.py b/setup.py index e0083e3..a2c7f7f 100644 --- a/setup.py +++ b/setup.py @@ -863,7 +863,7 @@ libcurl, including: Requirements ------------ -- Python 3.5-3.9. +- Python 3.5-3.10. - libcurl 7.19.0 or better. @@ -937,6 +937,7 @@ in COPYING-LGPL_ and COPYING-MIT_ files in the source distribution. 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Topic :: Internet :: File Transfer Protocol (FTP)', 'Topic :: Internet :: WWW/HTTP', ], -- cgit v1.2.1