Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 088103a

Browse files
Merge pull request #101 from ThomasWaldmann/updates
github ci: some updates
2 parents 5ab8b7e + 8fa11a8 commit 088103a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,18 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
14+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
1515
cython-version: ["0.29", "3.0"]
16-
os: [ubuntu-20.04]
16+
os: [ubuntu-22.04]
17+
exclude:
18+
- python-version: "3.13-dev"
19+
cython-version: "0.29"
1720

1821
steps:
19-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2023

2124
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v2
25+
uses: actions/setup-python@v5
2326
with:
2427
python-version: ${{ matrix.python-version }}
2528

0 commit comments

Comments
 (0)