Skip to content

Commit 23fe8e0

Browse files
committed
Add 3.13 marker to metadata & note about linters to changeset
1 parent 3eeaf94 commit 23fe8e0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.changeset/use_literal_value_instead_of_httpstatus_enum_when_checking_response_statuses.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ with older versions of Python. This change stops using the `HTTPStatus` enum dir
99

1010
Statuses will still be checked for validity at generation time, and transformed into `HTTPStatus` _after_ being checked
1111
at runtime.
12+
13+
This may cause some linters to complain.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ classifiers = [
3535
"Programming Language :: Python :: 3.10",
3636
"Programming Language :: Python :: 3.11",
3737
"Programming Language :: Python :: 3.12",
38+
"Programming Language :: Python :: 3.13",
3839
"Topic :: Software Development :: Code Generators",
3940
"Typing :: Typed",
4041
]

0 commit comments

Comments
 (0)