diff options
author | Matthieu Darbois <mayeut@users.noreply.github.com> | 2022-09-14 00:12:45 +0200 |
---|---|---|
committer | Matt Davis <mrd@redhat.com> | 2022-09-13 15:22:16 -0700 |
commit | 957ae4d495cf8fcb5475c6c2f1bce801096b68a5 (patch) | |
tree | 7d4d70c9a826febb2759738daf959e671b27a5f6 /setup.py | |
parent | 0abad85a17ba75c0fb431feea7a6a06125341a99 (diff) | |
download | pyyaml-git-master.tar.gz |
* 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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |