X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=setup.cfg;h=7e9ff8d22cb20db71423b7e7021d34bfe1cfffcd;hp=1cbd5501ce8ceecf677085c4272c76468dacc015;hb=f952e6b06f8621156e5bbaf878ba401836a555c4;hpb=6f1c33f05d3334c44d2afd4a8b062f18111e1846 diff --git a/setup.cfg b/setup.cfg index 1cbd550..7e9ff8d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,6 +32,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 :: 3 :: Only Topic :: Communications Topic :: Communications :: BBS @@ -44,7 +45,7 @@ classifiers = [options] install_requires = passlib>=1.7 - pyyaml + pyyaml>=6.0b1 # until https://github.com/yaml/pyyaml/pull/564 is released python_requires = >=3.6 [files]