diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index e7bbfdb..4897431 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -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 diff --git a/setup.cfg b/setup.cfg index 6568a1f..8cffd9c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 =