Skip to content

Commit 98edb51

Browse files
committed
Update cookiecutter for lint
[noissue]
1 parent 7188f1c commit 98edb51

File tree

1 file changed

+1
-1
lines changed
  • cookiecutter/ci/{{ cookiecutter.__project_slug }}/.github/workflows

1 file changed

+1
-1
lines changed

cookiecutter/ci/{{ cookiecutter.__project_slug }}/.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
python:
13-
- "3.8"
1413
- "3.11"
14+
- "3.12"
1515
steps:
1616
- uses: "actions/checkout@v4"
1717
{%- include "cache_action" %}

0 commit comments

Comments
 (0)