Skip to content

Commit

Permalink
Merge pull request #198 from elliotwutingfeng/patch-1
Browse files Browse the repository at this point in the history
Add Python 3.13
  • Loading branch information
niccokunzmann authored Oct 31, 2024
2 parents 61546e4 + ca83fd5 commit 4be7d0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- ["3.10", "py310", "Asia/Singapore"]
- ["3.11", "py311", "Pacific/Bougainville"]
- ["3.12", "py312", "Europe/London"]
- ["3.13", "py313", "America/Dawson"]

runs-on: ubuntu-latest
name: ${{ matrix.config[1] }}
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ def run(self):
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
development_state,
],
zip_safe=True,
Expand Down

0 comments on commit 4be7d0a

Please sign in to comment.