add python 3.11

This commit is contained in:
Dmitry Belyaev 2023-03-11 22:42:52 +03:00 committed by Dmitry Belyaev
parent ee3e5ba613
commit 5f0aa46e28
2 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v3

View File

@ -13,7 +13,8 @@ classifiers = [
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
]
[tool.poetry.dependencies]