Skip to content

Commit ce1c1b2

Browse files
committed
Updating Python and Macos runner versions
1 parent 2f40b7c commit ce1c1b2

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/main_testing.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup python
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: '3.11'
18+
python-version: '3.12'
1919
architecture: x64
2020

2121
- name: Install poetry
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python
2626
uses: actions/setup-python@v5
2727
with:
28-
python-version: '3.11'
28+
python-version: '3.12'
2929
cache: 'poetry'
3030

3131
- name: Install dependencies
@@ -52,7 +52,7 @@ jobs:
5252
shell: bash
5353
strategy:
5454
matrix:
55-
python-version: [ '3.9', '3.10', '3.11', "3.12", "3.13" ]
55+
python-version: ['3.10', '3.11', "3.12", "3.13", "3.14"]
5656
platform: [ubuntu-24.04, windows-2022]
5757

5858
runs-on: ${{ matrix.platform }}
@@ -88,16 +88,15 @@ jobs:
8888
poetry run pytest -v -s tests/unit/test_connection.py
8989
poetry run pytest -v -s tests/unit/test_entry_points.py
9090
91-
# ARM/X86_64 issues on macos
92-
pytest-macos13:
91+
pytest-macos15:
9392
name: Std Test on Python ${{ matrix.python-version }} (${{ matrix.platform}})
9493
defaults:
9594
run:
9695
shell: bash
9796
strategy:
9897
matrix:
99-
python-version: [ '3.9', '3.10', '3.11' ]
100-
platform: [macos-13]
98+
python-version: [ '3.10', '3.11', '3.12', '3.13', '3.14' ]
99+
platform: [macos-15]
101100

102101
runs-on: ${{ matrix.platform }}
103102
steps:
@@ -138,7 +137,7 @@ jobs:
138137
shell: bash
139138
strategy:
140139
matrix:
141-
python-version: [ "3.12", "3.13.0-beta.2" ]
140+
python-version: [ "3.12", "3.13", "3.14" ]
142141
platform: [macos-14]
143142

144143
runs-on: ${{ matrix.platform }}
@@ -183,7 +182,7 @@ jobs:
183182
# ongoing issues supporting newer Python versions.
184183
strategy:
185184
matrix:
186-
python-version: [ '3.11']
185+
python-version: [ '3.12']
187186
platform: [ubuntu-24.04]
188187

189188
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)