Skip to content

Commit 90f055f

Browse files
committed
remove py313
1 parent 7c26b25 commit 90f055f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest]
18-
py: ['3.9', '3.10', '3.11', '3.12', '3.13']
18+
py: ['3.9', '3.10', '3.11', '3.12']
1919
weldx_version: ['weldx']
2020
include:
2121
- os: ubuntu-latest

0 commit comments

Comments
 (0)