Skip to content

Commit

Permalink
Support py3.11 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
aamalev authored Aug 2, 2023
1 parent 83dac2c commit 6131996
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- '3.7'
- '3.9'
- '3.10'
- '3.11'
- pypy-3.8
- pypy-3.9
include:
Expand Down
2 changes: 1 addition & 1 deletion .scaraplate.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ project_name = consul
project_package = aioworkers_consul
project_slug = aioworkers-consul
python_ci = 3.8
python_versions = 3.7,3.8,3.9,3.10
python_versions = 3.7,3.8,3.9,3.10,3.11
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,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 :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
Expand Down Expand Up @@ -81,6 +82,7 @@ python = [
"3.8",
"3.9",
"3.10",
"3.11",
]

[tool.pytest.ini_options]
Expand Down Expand Up @@ -115,6 +117,7 @@ target-version = [
"py38",
"py39",
"py310",
"py311",
]

[tool.isort]
Expand Down

0 comments on commit 6131996

Please sign in to comment.