Skip to content

Commit 5cb2321

Browse files
committed
Pin dependencies and add 3.13 to test matrix
1 parent 70da9e0 commit 5cb2321

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
toxenv: py311
1818
- version: "3.12"
1919
toxenv: py312
20+
- version: "3.13"
21+
toxenv: py313
2022
runs-on: ${{ matrix.platform }}
2123

2224
steps:

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@
3131
python_requires='>=3.10',
3232
install_requires=[
3333
'autopep8',
34-
'authlib',
34+
'authlib>=1.6.0',
35+
'certifi>=2025.6.15',
3536
'flask',
36-
'httpx',
37+
'httpx>=0.28.1',
3738
'multiprocess',
3839
'psutil',
3940
'python-dateutil',

0 commit comments

Comments
 (0)