Skip to content

Commit 21a7170

Browse files
committed
CI: test on Python 3.13 as well; bump host version
1 parent 11f0843 commit 21a7170

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
1616
strategy:
1717
matrix:
18-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
18+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1919

2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)