Skip to content

Commit

Permalink
✨ Support Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Dec 27, 2023
1 parent 677f617 commit 24978a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 92 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]


steps:
Expand Down
90 changes: 0 additions & 90 deletions bump_pydantic/.github/workflows/ci.yml

This file was deleted.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,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 :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Framework :: Pydantic",
Expand Down Expand Up @@ -61,7 +62,7 @@ test = "pytest {args:tests}"
test-cov = "coverage run -m pytest {args:tests}"

[[tool.hatch.envs.all.matrix]]
python = ["3.8", "3.9", "3.10", "3.11"]
python = ["3.8", "3.9", "3.10", "3.11", "3.12"]

[tool.black]
line-length = 120
Expand Down

0 comments on commit 24978a7

Please sign in to comment.