Skip to content

Commit

Permalink
Only test python 9 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypmorgan committed Apr 9, 2024
1 parent 3889a9a commit 478d922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.9", "3.10", "3.11", "3.12"]
python-version: [3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-vesion }}
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ package_dir =
install_requires =
tqdm>=4.62
pandas==1.*
python_requires = >=3.6
python_requires = >=3.9

[options.packages.find]
where = src
Expand Down

0 comments on commit 478d922

Please sign in to comment.