Skip to content

Commit 85955cc

Browse files
committed
IMPROVEMENT: test with both python 3.9 and 3.13 (minimum and max requirement)
1 parent a140716 commit 85955cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.9", "3.11"]
10+
python-version: ["3.9", "3.13"]
1111
steps:
1212

1313
- name: Checkout

.github/workflows/ruff.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.12']
14+
python-version: ['3.9', '3.13']
1515

1616
steps:
1717
- name: Checkout

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# os: [ubuntu-latest, macos-latest, windows-latest]
1414
# python-version: ["3.9", "3.10", "3.11", "3.12", "pypy3.9", "pypy3.10"]
1515
os: [ubuntu-latest]
16-
python-version: ["3.12"]
16+
python-version: ["3.9", "3.13"]
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4

0 commit comments

Comments
 (0)