We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cd80a0 + f4dec57 commit 096de85Copy full SHA for 096de85
.github/workflows/main.yaml
@@ -6,6 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
python-version:
9
+ - "3.14t"
10
- "3.14"
11
- "3.13"
12
- "3.12"
@@ -19,12 +20,12 @@ jobs:
19
20
- pypy3.8
21
runs-on: ubuntu-latest
22
steps:
- - uses: actions/checkout@v3
23
- - uses: actions/setup-python@v4
+ - uses: actions/checkout@v5
24
+ - uses: actions/setup-python@v6
25
with:
26
python-version: ${{ matrix.python-version }}
27
- run: |
- python -m pip install -U pip
28
+ python -m pip install --upgrade pip
29
python -m pip install tox tox-gh-actions
30
- run: tox
31
@@ -44,4 +45,4 @@ jobs:
44
45
--token "$GITHUB_TOKEN" \
46
--login "$GITHUB_REPOSITORY_OWNER" \
47
--repo "${GITHUB_REPOSITORY#*/}" \
- --pr "$GITHUB_PULL_REQUEST_NUMBER"
48
+ --pr "$GITHUB_PULL_REQUEST_NUMBER"
0 commit comments