Skip to content

Commit 40e9181

Browse files
Added support for Python 3.13 by bumping pydantic requirements.
1 parent c5f7641 commit 40e9181

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: ["ubuntu-24.04", "ubuntu-22.04"]
19-
python: ["3.9", "3.10", "3.11", "3.12"]
19+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v4

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lxml >=4.1.1
99
mako
1010
pyXMLSecurity >=1.0.0
1111
pyconfig
12-
pydantic==2.4.*
12+
pydantic>=2.8
1313
pyramid
1414
pyyaml >=3.10
1515
redis
@@ -24,4 +24,4 @@ wsgi-intercept
2424
xmldiff
2525
str2bool
2626
setuptools>=78.1.1 # not directly required, pinned by Snyk to avoid a vulnerability
27-
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
27+
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)