Skip to content

Commit

Permalink
Prevent python 3.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonbb committed Apr 26, 2024
1 parent dae414b commit 305d42b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11.8']

steps:
- 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 @@ -14,7 +14,7 @@ classifiers = [
"Programming Language :: Python",
]
dynamic=["version"]
requires-python = ">=3.9"
requires-python = ">=3.9,<3.11.9"
dependencies = [
'pandas',
'numpy',
Expand Down

0 comments on commit 305d42b

Please sign in to comment.