mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add Python 3.12 support in GitHub Actions and project configurations
This commit is contained in:
parent
548c857646
commit
ea18972a6b
2 changed files with 4 additions and 2 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
- '3.9'
|
||||
- '3.10'
|
||||
- '3.11'
|
||||
- '3.12'
|
||||
- 'pypy3.8'
|
||||
- 'pypy3.9'
|
||||
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
"Topic :: Software Development :: Libraries :: Application Frameworks",
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
|
|
@ -144,7 +145,7 @@ features = [
|
|||
serve = "sphinx-autobuild --watch aiogram/ --watch CHANGELOG.rst --watch README.rst docs/ docs/_build/ {args}"
|
||||
|
||||
[tool.hatch.envs.dev]
|
||||
python = "3.11"
|
||||
python = "3.12"
|
||||
features = [
|
||||
"dev",
|
||||
"fast",
|
||||
|
|
@ -185,7 +186,7 @@ view-cov = "google-chrome-stable reports/py{matrix:python}/coverage/index.html"
|
|||
|
||||
|
||||
[[tool.hatch.envs.test.matrix]]
|
||||
python = ["38", "39", "310", "311"]
|
||||
python = ["38", "39", "310", "311", "312"]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 99
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue