summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pudeyev <p@users.noreply.github.com>2022-03-09 17:37:15 -0500
committerGitHub <noreply@github.com>2022-03-09 17:37:15 -0500
commit6e3565cd56fa59af739e26f3cb6876c8b7bb5482 (patch)
tree67e933b1d08790fc0e1dba4e744168d0250bfa8a
parentf08b5091bdd6117a938738949dbec31e2801ad10 (diff)
parent3bb49354d8b920ecb59d154298653fab224ca906 (diff)
downloadpycurl-6e3565cd56fa59af739e26f3cb6876c8b7bb5482.tar.gz
Merge pull request #733 from swt2c/python3.10_support
Indicate that Python 3.10 is supported
-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',
],