Skip to content

Commit

Permalink
Support Python 3.13 and drop Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Nov 2, 2024
1 parent f46fda5 commit 4e2289f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"repo_url": "https://github.com/pelican-plugins/{{ cookiecutter.repo_name }}",
"dev_status": ["1 - Planning", "2 - Pre-Alpha", "3 - Alpha", "4 - Beta", "5 - Production/Stable", "6 - Mature"],
"tests_exist": [true, false],
"python_version": ">=3.8.1,<4.0",
"python_version": "~=3.9",
"pelican_version": ">=4.5"
}
2 changes: 1 addition & 1 deletion {{cookiecutter.repo_name}}/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4e2289f

Please sign in to comment.