Skip to content

Commit b201f86

Browse files
committed
ci: use py 3.10
1 parent 5a2cd8e commit b201f86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Set up Python
1010
uses: actions/setup-python@v4
1111
with:
12-
python-version: 3.9
12+
python-version: "3.10"
1313
- run: python -m pip install -U pip
1414
- run: pip install .
1515
twine-check:
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v4
2222
with:
23-
python-version: 3.9
23+
python-version: "3.10"
2424
- run: pip install poetry twine
2525
- run: poetry install
2626
- run: poetry build
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Python
3434
uses: actions/setup-python@v4
3535
with:
36-
python-version: 3.9
36+
python-version: "3.10"
3737
- run: pip install poetry
3838
- run: poetry install
3939
- run: poetry run black --check .
@@ -56,7 +56,7 @@ jobs:
5656
- run: poetry run pytest --mypy --cov=pixelmatch --cov-report xml --cov-report term-missing --benchmark-disable
5757
- uses: codecov/[email protected]
5858
bench:
59-
name: Run Benchmark on Python 3.8
59+
name: Run Benchmark on Python 3.10
6060
runs-on: ubuntu-latest
6161
steps:
6262
- uses: actions/checkout@v3
@@ -65,7 +65,7 @@ jobs:
6565
- name: Set up Python
6666
uses: actions/setup-python@v4
6767
with:
68-
python-version: 3.8
68+
python-version: "3.10"
6969
- run: pip install poetry
7070
- run: poetry install
7171
- run: poetry run pytest --benchmark-json output.json

0 commit comments

Comments
 (0)