Skip to content

Commit 2dab73f

Browse files
committed
only do 3.8 -> 3.9
1 parent 2c8b037 commit 2dab73f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, windows-latest]
15-
python-version: ["3.9", "3.13"]
15+
python-version: ["3.9", "3.12"]
1616
experimental: [false]
1717
include:
1818
- python-version: "3.13"

.github/workflows/test_selenium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [ "3.8", "3.12" ]
14+
python-version: [ "3.9", "3.12" ]
1515
fail-fast: false
1616

1717
steps:

0 commit comments

Comments
 (0)