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 4ae2dd4 commit 2eb5b48Copy full SHA for 2eb5b48
.github/workflows/tests.yaml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- python-version: ["3.12"]
+ python-version: ["3.13"]
17
18
steps:
19
- uses: actions/checkout@v2
@@ -43,7 +43,7 @@ jobs:
43
44
- uses: actions/[email protected]
45
with:
46
- python-version: 3.12
+ python-version: 3.9
47
48
- run: pip install --upgrade setuptools
49
examples/aml/requirements.txt
@@ -40,7 +40,7 @@ six==1.16.0
40
# via pyopenssl
41
urllib3==1.26.8
42
# via requests
-wrapt==1.17.2
+wrapt==1.13.3
# via deprecated
yoti==2.14.0
# via -r requirements.in
0 commit comments