Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Python 3.11 update #10

Merged
merged 12 commits into from
Mar 4, 2023
Next Next commit
chore: update python libs
  • Loading branch information
k4black committed Mar 3, 2023
commit e45886d8b11b357369223463933493ac140e62f5
26 changes: 14 additions & 12 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11

[options]
packages = find:
Expand All @@ -45,21 +47,21 @@ python-tag=py3

[options.extras_require]
test =
pytest >=6.0.0,<7.0.0
pytest-cov >=3.0.0,<4.0.0
pytest >=7.0.0,<8.0.0
pytest-cov >=4.0.0,<5.0.0
pytest-mock >=3.0.0,<4.0.0
requests >=2.25.0,<3.0.0
black ==21.11b1
mypy >=0.910
flake8 >=4.0.0,<8.0.0
isort >=5.10.1,<6.0.0
requests >=2.28.0,<3.0.0
black ==23.1.0
mypy >=1.0.0,<2.0.0
flake8 >=6.0.0,<7.0.0
isort >=5.12.0,<6.0.0
docs =
mkdocs >=1.2.0,<2.0.0
mkdocs-material >=8.0.0,<9.0.0
MkAutoDoc >=0.1.0,<1.0.0
mkdocs >=1.4.0,<2.0.0
mkdocs-material >=9.0.0,<10.0.0
MkAutoDoc >=0.2.0,<1.0.0
lazydocs >=0.4.5,<1.0.0
mkdocs-include-markdown-plugin >=3.2.0,<4.0.0
mkdocs-awesome-pages-plugin >=2.6.0,<3.0.0
mkdocs-include-markdown-plugin >=4.0.0,<5.0.0
mkdocs-awesome-pages-plugin >=2.8.0,<3.0.0
mike >=1.1.0,<2.0.0


Expand Down