Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fdosani committed Dec 20, 2024
1 parent a10f9af commit 2b6229b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.8, 3.9, "3.10", "3.11" ]
python-version: [ 3.9, "3.10", "3.11" ]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name = toy_package
version = 0.1.0
description = Fake description
python_requires =
>=3.7.0
>=3.9.0

[options]
zip_safe = False
include_package_data = True
packages = find:
install_requires =
pandas==2.0.0
pandas<=2.0.0

[options.extras_require]
tests =
Expand Down

0 comments on commit 2b6229b

Please sign in to comment.