summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.kr.rst2
-rw-r--r--README.rst2
-rw-r--r--setup.py3
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 fb9f266..2c657d8 100644
--- a/setup.py
+++ b/setup.py
@@ -867,7 +867,7 @@ libcurl, including:
Requirements
------------
-- Python 3.5-3.9.
+- Python 3.5-3.10.
- libcurl 7.19.0 or better.
@@ -941,6 +941,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',
],