Updated dependencies for python 3.11, #817, #825

This commit is contained in:
Rhet Turnbull
2022-11-12 20:02:09 -08:00
parent 6dc91fbc94
commit ff981ddc0a
3 changed files with 69 additions and 71 deletions

View File

@@ -67,9 +67,9 @@ setup(
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: MacOS :: MacOS X",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Software Development :: Libraries :: Python Modules",
],
install_requires=[
@@ -101,7 +101,7 @@ setup(
"rich_theme_manager>=0.11.0",
"shortuuid==1.0.9",
"tenacity>=8.0.1,<9.0.0",
"textx>=2.3.0,<3.0.0",
"textx>=3.0.0,<4.0.0",
"toml>=0.10.2,<0.11.0",
"wrapt>=1.14.1,<2.0.0",
"wurlitzer>=3.0.2,<4.0.0",