Skip to content

Commit f49927c

Browse files
committed
chore: python 3.13 support
1 parent 5f8e7d2 commit f49927c

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
python:
21+
- '3.13'
2122
- '3.12'
2223
- '3.11'
2324
- '3.10'

doc/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Changelog
44
[0.2.0] - Unreleased
55
--------------------
66

7+
Added
8+
^^^^^
9+
- Python 3.13 support.
10+
711
Fixed
812
^^^^^
913
- Dynamic command parameters for ``create`` and ``replace``.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ keywords = ["scim", "scim2", "provisioning", "rfc7643", "rfc7644"]
1313
classifiers = [
1414
"Intended Audience :: Developers",
1515
"Development Status :: 3 - Alpha",
16-
"Programming Language :: Python :: 3.9",
1716
"Programming Language :: Python :: 3.10",
1817
"Programming Language :: Python :: 3.11",
1918
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13",
2020
"Programming Language :: Python :: Implementation :: CPython",
2121
"License :: OSI Approved :: MIT License",
2222
"Environment :: Web Environment",
@@ -100,6 +100,7 @@ envlist =
100100
py310
101101
py311
102102
py312
103+
py313
103104
doc
104105
coverage
105106
binaries

0 commit comments

Comments
 (0)