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 2c8b037 commit 2dab73fCopy full SHA for 2dab73f
.github/workflows/test_code.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [ubuntu-latest, windows-latest]
15
- python-version: ["3.9", "3.13"]
+ python-version: ["3.9", "3.12"]
16
experimental: [false]
17
include:
18
- python-version: "3.13"
.github/workflows/test_selenium.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
- python-version: [ "3.8", "3.12" ]
+ python-version: [ "3.9", "3.12" ]
fail-fast: false
steps:
0 commit comments