Add preliminary support for Python 3.11
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 9 Oct 2021 17:03:32 +0000 (17:03 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 9 Oct 2021 17:03:32 +0000 (17:03 +0000)
commitf952e6b06f8621156e5bbaf878ba401836a555c4
tree35a082476de151d3edef3c296312b23fbceec64f
parent6f1c33f05d3334c44d2afd4a8b062f18111e1846
Add preliminary support for Python 3.11

Now that Python 3.10 is officially released and 3.11 is receiving
alpha versions, indicate that we're testing with 3.11 by updating
the trove classifiers for the Python package.

Because PyYAML is not yet building manylinux wheels for 3.11, re-add
the PYTHONWARNINGS exclusion for its Cython language_version
ambiguity (hopefully targeted for a fix soon in v6). Also pin our
minimum PyYAML requirement to the initial v6 beta version in order
to avoid needing to reintroduce the license_file DeprecationWarning
exclusion.
setup.cfg
tox.ini