Skip to content

Commit

Permalink
Add support for Python 3.11 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Dec 6, 2024
1 parent 493a69a commit 98f2546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
# Other Python versions
- os: ubuntu-latest
python-version: '3.9'
# Other pandas versions
- os: ubuntu-latest
python-version: '3.11'

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Scientific/Engineering',
]
requires-python = '>=3.9'
Expand Down

0 comments on commit 98f2546

Please sign in to comment.