summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMatthieu Darbois <mayeut@users.noreply.github.com>2022-09-14 00:12:45 +0200
committerMatt Davis <mrd@redhat.com>2022-09-13 15:22:16 -0700
commit957ae4d495cf8fcb5475c6c2f1bce801096b68a5 (patch)
tree7d4d70c9a826febb2759738daf959e671b27a5f6 /setup.py
parent0abad85a17ba75c0fb431feea7a6a06125341a99 (diff)
downloadpyyaml-git-master.tar.gz
Add python 3.11 support (#663)HEADmaster
* Add python 3.11 support * ci: use `windows-2019` runners `windows-2016` runners have been removed * ci: use CPython 3.11.0-rc.2 for Windows builds Co-authored-by: Matt Davis <mrd@redhat.com>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 548b19f..944e7fa 100644
--- a/setup.py
+++ b/setup.py
@@ -33,6 +33,7 @@ CLASSIFIERS = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",