Skip to content

Commit d6d1b03

Browse files
committed
tweak ci
1 parent fab6b65 commit d6d1b03

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,35 @@ name: Test textual-dev
33
on:
44
pull_request:
55
paths:
6-
- '.github/workflows/pythonpackage.yml'
7-
- '**.py'
8-
- '**.pyi'
9-
- '**.css'
10-
- '**.lock'
11-
- 'Makefile'
6+
- ".github/workflows/pythonpackage.yml"
7+
- "**.py"
8+
- "**.pyi"
9+
- "**.css"
10+
- "**.lock"
11+
- "Makefile"
1212
push:
1313
branches:
14-
- 'main'
14+
- "main"
1515

1616
jobs:
1717
build:
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest, macos-latest, windows-latest]
22-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
22+
python-version: ["3.8", "3.9", "3.10", "3.11"]
2323
defaults:
2424
run:
2525
shell: bash
2626
steps:
2727
- uses: actions/[email protected]
28-
- name: Install and configure Poetry # This could be cached, too...
28+
- name: Install and configure Poetry # This could be cached, too...
2929
uses: snok/[email protected]
3030
with:
3131
version: 1.4.2
3232
virtualenvs-in-project: true
3333
- name: Set up Python ${{ matrix.python-version }}
34-
uses: actions/setup-python@v4.6.0
34+
uses: actions/setup-python@v5.2.0
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737
architecture: x64

0 commit comments

Comments
 (0)