We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70da9e0 commit 5cb2321Copy full SHA for 5cb2321
.github/workflows/python.yml
@@ -17,6 +17,8 @@ jobs:
17
toxenv: py311
18
- version: "3.12"
19
toxenv: py312
20
+ - version: "3.13"
21
+ toxenv: py313
22
runs-on: ${{ matrix.platform }}
23
24
steps:
setup.py
@@ -31,9 +31,10 @@
31
python_requires='>=3.10',
32
install_requires=[
33
'autopep8',
34
- 'authlib',
+ 'authlib>=1.6.0',
35
+ 'certifi>=2025.6.15',
36
'flask',
- 'httpx',
37
+ 'httpx>=0.28.1',
38
'multiprocess',
39
'psutil',
40
'python-dateutil',
0 commit comments