Skip to content

Commit dd285c5

Browse files
authored
Merge pull request #63 from 15five/nijave-patch-1
Update pyproject.toml
2 parents 6ca45b6 + f733c4f commit dd285c5

File tree

3 files changed

+210
-148
lines changed

3 files changed

+210
-148
lines changed

.github/workflows/cicd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
16+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
- uses: actions/setup-python@v2
2121
with:
2222
python-version: ${{ matrix.python-version }}
@@ -29,10 +29,10 @@ jobs:
2929
runs-on: ubuntu-latest
3030

3131
container:
32-
image: python:3.12-bullseye
32+
image: python:3.12
3333

3434
steps:
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v4
3636
- run: pip install -U tox poetry
3737
- run: tox -e ruff
3838

@@ -42,10 +42,10 @@ jobs:
4242
runs-on: ubuntu-latest
4343

4444
container:
45-
image: python:3.12-bullseye
45+
image: python:3.12
4646

4747
steps:
48-
- uses: actions/checkout@v2
48+
- uses: actions/checkout@v4
4949
- run: pip install -U tox poetry
5050
- run: tox -e coverage
5151
- uses: "codecov/codecov-action@v3"

0 commit comments

Comments
 (0)