Skip to content

Commit

Permalink
chore: Add Python 3.14 classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jul 8, 2024
1 parent 944b7a4 commit 057f4f5
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 057f4f5

Please sign in to comment.