Skip to content

Commit

Permalink
Add Python 3.13 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann committed Oct 27, 2024
1 parent f4c38d1 commit 151bcb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
pylint-version: "~=3.0.2"
- python-version: "3.12"
pylint-version: ""
- python-version: "3.13"
pylint-version: ""
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -64,7 +66,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.12'
python-version: '3.13'

- uses: actions/[email protected]
with:
Expand Down Expand Up @@ -97,4 +99,4 @@ jobs:
body_path: release-body.md
tag_name: v${{ steps.version.outputs.version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ classifiers = [
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development',
Expand Down

0 comments on commit 151bcb4

Please sign in to comment.