Skip to content

Commit d92c06c

Browse files
authored
Merge pull request #69 from click-contrib/update-ci
Update CI/CD config
2 parents 7ff4f16 + 4e00dc5 commit d92c06c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/step_test.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,14 @@ jobs:
1414
- uses: pre-commit/[email protected]
1515

1616
checks:
17-
name: Check with Python ${{ matrix.python-version }} ${{ matrix.experimental && '(Experimental)' }}
17+
name: Check with Python ${{ matrix.python-version }}
1818
needs: [ pre-commit ]
19-
continue-on-error: ${{ matrix.experimental || false }}
2019
runs-on: ubuntu-latest
2120
strategy:
2221
fail-fast: false
2322
matrix:
24-
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
25-
include:
26-
- python-version: "3.13"
27-
experimental: true
23+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
24+
2825
steps:
2926
- uses: actions/checkout@v4
3027
- uses: actions/setup-python@v5

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers = [
2828
'Programming Language :: Python :: 3.10',
2929
'Programming Language :: Python :: 3.11',
3030
'Programming Language :: Python :: 3.12',
31+
'Programming Language :: Python :: 3.13',
3132
]
3233

3334
dynamic = ["version"]

0 commit comments

Comments
 (0)