Skip to content

Commit

Permalink
Add support for Python 3.13 (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Dec 5, 2024
1 parent 7584811 commit 38fa0c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
python-version: '3.11'
- os: ubuntu-latest
python-version: '3.12'
- os: ubuntu-latest
python-version: '3.13'
# Other pandas versions
- os: ubuntu-latest
python-version: '3.10'
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ classifiers = [
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Topic :: Scientific/Engineering',
]
requires-python = '>=3.9'
Expand Down

0 comments on commit 38fa0c0

Please sign in to comment.