Skip to content

Commit 4c4305b

Browse files
committed
chore: python 3.13 support
1 parent cb70b08 commit 4c4305b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/changelog.rst

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Changelog
44
[0.2.3] - Unreleased
55
--------------------
66

7+
Added
8+
^^^^^
9+
- Python 3.13 support.
10+
711
Changed
812
^^^^^^^
913
- :attr:`SearchRequest.attributes <scim2_models.SearchRequest.attributes>` and :attr:`SearchRequest.attributes <scim2_models.SearchRequest.excluded_attributes>` are mutually exclusive. #19

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.10",
2020
"Programming Language :: Python :: 3.11",
2121
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
2223
"Programming Language :: Python :: Implementation :: CPython",
2324
"License :: OSI Approved :: MIT License",
2425
"Environment :: Web Environment",
@@ -101,6 +102,7 @@ envlist =
101102
py310
102103
py311
103104
py312
105+
py313
104106
doc
105107
coverage
106108

0 commit comments

Comments
 (0)