8000 chore(workflows/tests): add Python 3.13t to test matrix · metaopt/optree@052de53 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 052de53

Browse files
committed
chore(workflows/tests): add Python 3.13t to test matrix
1 parent c81c3ce commit 052de53

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
- "3.11"
5151
- "3.12"
5252
- "3.13"
53+
- "3.13t"
5354
- "pypy-3.9"
5455
- "pypy-3.10"
5556
- "pypy-3.11"
@@ -60,7 +61,7 @@ jobs:
6061
uses: actions/checkout@v4
6162

6263
- name: Set up Python
63-
uses: actions/setup-python@v5
64+
uses: actions/setup-python@main
6465
with:
6566
python-version: ${{ matrix.python-version }}
6667
update-environment: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ environment-pass = [
119119
"_GLIBCXX_USE_CXX11_ABI",
120120
]
121121
test-extras = ["test"]
122-
test-command = '''make -C "{project}" test PYTHON=python PYTESTOPTS="--quiet --exitfirst --no-showlocals"'''
122+
test-command = '''make -C "{project}" test PYTHON=python PYTESTOPTS="--quiet --exitfirst"'''
123123

124124
# Linter tools #################################################################
125125

0 commit comments

Comments
 (0)
0