Skip to content

Commit 71e8903

Browse files
committed
Update GitHub Actions
1 parent a3c9b26 commit 71e8903

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
PY_COLORS: "1"
1717
strategy:
1818
fail-fast: false
19-
max-parallel: 10
19+
max-parallel: 6
2020
matrix:
21-
os: [ubuntu-20.04, ubuntu-22.04]
22-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
21+
os: [ubuntu-latest]
22+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2323

2424
runs-on: ${{ matrix.os }}
2525

0 commit comments

Comments
 (0)