Skip to content

Commit 096de85

Browse files
authored
Merge pull request #68 from cclauss/patch-1
2 parents 1cd80a0 + f4dec57 commit 096de85

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
python-version:
9+
- "3.14t"
910
- "3.14"
1011
- "3.13"
1112
- "3.12"
@@ -19,12 +20,12 @@ jobs:
1920
- pypy3.8
2021
runs-on: ubuntu-latest
2122
steps:
22-
- uses: actions/checkout@v3
23-
- uses: actions/setup-python@v4
23+
- uses: actions/checkout@v5
24+
- uses: actions/setup-python@v6
2425
with:
2526
python-version: ${{ matrix.python-version }}
2627
- run: |
27-
python -m pip install -U pip
28+
python -m pip install --upgrade pip
2829
python -m pip install tox tox-gh-actions
2930
- run: tox
3031

@@ -44,4 +45,4 @@ jobs:
4445
--token "$GITHUB_TOKEN" \
4546
--login "$GITHUB_REPOSITORY_OWNER" \
4647
--repo "${GITHUB_REPOSITORY#*/}" \
47-
--pr "$GITHUB_PULL_REQUEST_NUMBER"
48+
--pr "$GITHUB_PULL_REQUEST_NUMBER"

0 commit comments

Comments
 (0)