Skip to content

Commit b5f0162

Browse files
perfinionbachradsusi
authored andcommitted
ci: bump to python 3.11 in GitHub Actions
- Also drop py3.5, py3.6 since they are no longer supported in the github 22.04 runners Signed-off-by: Jason Zaman <[email protected]>
1 parent 4622ac0 commit b5f0162

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

.github/workflows/run_tests.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,30 @@ jobs:
1010
matrix:
1111
compiler: [gcc, clang]
1212
python-ruby-version:
13-
- {python: '3.10', ruby: '3.1'}
14-
- {python: '3.10', ruby: '3.1', other: test-flags-override}
15-
- {python: '3.10', ruby: '3.1', other: test-debug}
16-
- {python: '3.10', ruby: '3.1', other: linker-bfd}
17-
- {python: '3.10', ruby: '3.1', other: linker-gold}
13+
- {python: '3.11', ruby: '3.1'}
14+
- {python: '3.11', ruby: '3.1', other: 'test-flags-override'}
15+
- {python: '3.11', ruby: '3.1', other: 'test-debug'}
16+
- {python: '3.11', ruby: '3.1', other: 'linker-bfd'}
17+
- {python: '3.11', ruby: '3.1', other: 'linker-gold'}
1818
# Test several Python versions with the latest Ruby version
19+
- {python: '3.10', ruby: '3.1'}
1920
- {python: '3.9', ruby: '3.1'}
2021
- {python: '3.8', ruby: '3.1'}
2122
- {python: '3.7', ruby: '3.1'}
22-
- {python: '3.6', ruby: '3.1'}
23-
- {python: '3.5', ruby: '3.1'}
2423
- {python: 'pypy3.7', ruby: '3.1'}
2524
# Test several Ruby versions with the latest Python version
26-
- {python: '3.10', ruby: '3.0'}
27-
- {python: '3.10', ruby: '2.7'}
28-
- {python: '3.10', ruby: '2.6'}
29-
- {python: '3.10', ruby: '2.5'}
25+
- {python: '3.11', ruby: '3.0'}
26+
- {python: '3.11', ruby: '2.7'}
27+
- {python: '3.11', ruby: '2.6'}
28+
- {python: '3.11', ruby: '2.5'}
3029
exclude:
3130
- compiler: clang
32-
python-ruby-version: {python: '3.10', ruby: '3.1', other: linker-bfd}
31+
python-ruby-version: {python: '3.11', ruby: '3.1', other: 'linker-bfd'}
3332
- compiler: clang
34-
python-ruby-version: {python: '3.10', ruby: '3.1', other: linker-gold}
33+
python-ruby-version: {python: '3.11', ruby: '3.1', other: 'linker-gold'}
3534
include:
3635
- compiler: gcc
37-
python-ruby-version: {python: '3.10', ruby: '3.1', other: sanitizers}
36+
python-ruby-version: {python: '3.11', ruby: '3.1', other: 'sanitizers'}
3837

3938
steps:
4039
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)