Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 4a8ff63

Browse files
committed
Remove unit tests for Python 3.10-3.12
1 parent 8bf972c commit 4a8ff63

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
14-
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
14+
python: ['3.9', '3.13', '3.14']
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

noxfile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@
7171

7272
nox.options.sessions = [
7373
"unit-3.9",
74-
"unit-3.10",
75-
"unit-3.11",
76-
"unit-3.12",
7774
"unit-3.13",
7875
"unit-3.14",
7976
"system",

0 commit comments

Comments
 (0)