From: Jeremy Stanley Date: Sat, 9 Oct 2021 17:03:32 +0000 (+0000) Subject: Add preliminary support for Python 3.11 X-Git-Tag: 0.5.0~12 X-Git-Url: https://mudpy.org/gitweb?a=commitdiff_plain;h=f952e6b06f8621156e5bbaf878ba401836a555c4;hp=f952e6b06f8621156e5bbaf878ba401836a555c4;p=mudpy.git 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. ---