Skip to content

Commit adb21a0

Browse files
committed
ci(python): Upgrade Pythons and add 3.13 series
1 parent 213f0c4 commit adb21a0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/atest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Acceptance tests
22

33
on:
44
push:
5-
branches: [master,debug]
5+
branches: [master]
66
pull_request:
77
branches: [master]
88

@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.9.19, 3.10.14, 3.11.9, 3.12.4]
14+
python-version: [3.9.21, 3.10.16, 3.11.11, 3.12.9, 3.13.2]
1515

1616
steps:
1717
- uses: actions/checkout@v4

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build packages
22

33
on:
44
push:
5-
branches: [master,debug]
5+
branches: [master]
66
pull_request:
77
branches: [master]
88

@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.9.19, 3.10.14, 3.11.9, 3.12.4]
14+
python-version: [3.9.21, 3.10.16, 3.11.11, 3.12.9, 3.13.2]
1515

1616
steps:
1717
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Unit tests
22

33
on:
44
push:
5-
branches: [master,debug]
5+
branches: [master]
66
pull_request:
77
branches: [master]
88

@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.9.19, 3.10.14, 3.11.9, 3.12.4]
14+
python-version: [3.9.21, 3.10.16, 3.11.11, 3.12.9, 3.13.2]
1515

1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)