Skip to content

Commit d821693

Browse files
CI style on 3.14 (#582)
1 parent 0be4027 commit d821693

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest, macos-latest]
12-
python-version: [3.8, 3.9, "3.10", 3.11, 3.12, 3.13, 3.14]
12+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1313
exclude:
1414
- os: macos-latest
15-
python-version: 3.8
15+
python-version: "3.8"
1616
- os: macos-latest
17-
python-version: 3.9
17+
python-version: "3.9"
1818
fail-fast: false
1919
env:
2020
MOLER_DEBUG_THREADS: True
21-
PYTHON_COVERAGE: '3.13'
21+
PYTHON_COVERAGE: '3.14'
2222
steps:
2323
- uses: actions/checkout@v2
2424
- name: Set up Python ${{ matrix.os }} ${{ matrix.python-version }}
@@ -55,7 +55,7 @@ jobs:
5555
adb devices
5656
- name: Test with pytest
5757
if: ${{ (matrix.python-version != env.PYTHON_COVERAGE) || (matrix.os == 'macos-latest') }}
58-
timeout-minutes: 14
58+
timeout-minutes: 20
5959
run: |
6060
python -m pytest -vvvsss test/
6161
# python -m pytest -c py3pytest.ini -vvvsss test/
@@ -95,7 +95,7 @@ jobs:
9595
strategy:
9696
matrix:
9797
os: [ubuntu-latest, macos-latest]
98-
python-version: [3.13]
98+
python-version: [3.14]
9999
steps:
100100
- uses: actions/checkout@v2
101101
- name: Set up Python ${{ matrix.os }} ${{ matrix.python-version }}

0 commit comments

Comments
 (0)