Skip to content

Commit 8c84123

Browse files
committed
@ test_cli_2d.py : suppress: <sys>:0: DeprecationWarning too.
1 parent 0bbb0f2 commit 8c84123

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
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.9", "3.10", "3.11", "3.12", "3.13"]
20+
python-version: ["3.13"]
21+
#python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2222

2323
env:
2424
PYTHONPATH: /Users/runner/work/physicelldataloader/physicelldataloader

.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.9", "3.10", "3.11", "3.12", "3.13"]
20+
python-version: ["3.13"]
21+
#python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2222

2323
env:
2424
PYTHONPATH: /home/runner/work/physicelldataloader/physicelldataloader

.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.9", "3.10", "3.11", "3.12", "3.13"]
20+
python-version: ["3.13"]
21+
#python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2222

2323
env:
2424
PYTHONPATH: D:\a\physicelldataloader\physicelldataloader

0 commit comments

Comments
 (0)