Skip to content

Commit

Permalink
chore: Add Python 3.14 classifier (#52)
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
edgarrmondragon and pre-commit-ci[bot] committed Jul 8, 2024
1 parent e104dbd commit b40ba70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
Expand Down Expand Up @@ -143,7 +144,7 @@ lint.flake8-tidy-imports.ban-relative-imports = "all"
[tool.pyproject-fmt]
indent = 2
keep_full_version = true
max_supported_python = "3.13"
max_supported_python = "3.14"

[tool.coverage.report]
exclude_also = [
Expand Down

0 comments on commit b40ba70

Please sign in to comment.