Skip to content

Commit

Permalink
update tests and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jduerholt committed Jan 7, 2025
1 parent 9bb1a36 commit 7feeddb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11' ]
python-version: ['3.10', '3.11', '3.12', '3.13']
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.9', '3.11' ]
python-version: [ '3.10', '3.13' ]
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.10' ]
python-version: [ '3.12' ]
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.10' ]
python-version: [ '3.12' ]
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
"Intended Audience :: Developers",
]
readme = {file = "README.md", content-type = "text/markdown"}
requires-python = ">=3.9.0"
requires-python = ">=3.10.0"
dependencies = [
"numpy",
"pandas",
Expand Down

0 comments on commit 7feeddb

Please sign in to comment.