Skip to content

Commit

Permalink
Add 3.12 support (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
gaborbernat and pre-commit-ci[bot] authored May 1, 2023
1 parent 3b625ab commit ad5abf8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
fail-fast: false
matrix:
py:
- "3.12.0-alpha.7"
- "3.11"
- "3.10"
- "3.9"
Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
build-backend = "hatchling.build"
requires = [
"hatch-vcs>=0.3",
"hatchling>=1.14",
"hatchling>=1.14.1",
]

[project]
Expand Down Expand Up @@ -41,7 +41,7 @@ dependencies = [
]
optional-dependencies.docs = [
"furo>=2023.3.27",
"sphinx>=6.1.3",
"sphinx>=6.2.1",
"sphinx-autodoc-typehints!=1.23.4,>=1.23",
]
optional-dependencies.testing = [
Expand All @@ -50,6 +50,7 @@ optional-dependencies.testing = [
"pytest>=7.3.1",
"pytest-cov>=4",
"pytest-mock>=3.10",
"setuptools>=67.7.2",
"wheel>=0.40",
]
urls.Homepage = "http://pyproject_api.readthedocs.org"
Expand Down Expand Up @@ -86,7 +87,7 @@ paths.source = [
"*/src",
"*\\src",
]
report.fail_under = 88
report.fail_under = 98
report.omit = []
run.parallel = true
run.plugins = ["covdefaults"]
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ requires =
tox>=4.2
env_list =
fix
py312
py311
py310
py39
Expand Down

0 comments on commit ad5abf8

Please sign in to comment.