Skip to content

Commit ade9086

Browse files
committed
@ worflows : enable python 3.10, 3.11, 3.12, 3.13.
1 parent f010635 commit ade9086

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/apple.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.13"]
21-
#python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
20+
#python-version: ["3.14"]
21+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2222

2323
env:
2424
MPLBACKEND: Agg # https://github.com/orgs/community/discussions/26434

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.13"]
21-
#python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
20+
#python-version: ["3.14"]
21+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2222

2323
env:
2424
MPLBACKEND: Agg # https://github.com/orgs/community/discussions/26434

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.13"]
21-
#python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
20+
#python-version: ["3.14"]
21+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2222

2323
env:
2424
MPLBACKEND: Agg # https://github.com/orgs/community/discussions/26434

0 commit comments

Comments
 (0)