summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Talbert <swt@techie.net>2022-02-02 11:09:43 -0500
committerScott Talbert <swt@techie.net>2022-02-02 11:09:43 -0500
commit3bb49354d8b920ecb59d154298653fab224ca906 (patch)
tree7ddbac1a63d490c6c83103a23c58fc9e9f5ec318
parent3e792014dcd932e763838ed4c84aa7737d30edcd (diff)
downloadpycurl-3bb49354d8b920ecb59d154298653fab224ca906.tar.gz
Indicate that Python 3.10 is supported
Fixes #730.
-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 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',
],