Skip to content

Commit

Permalink
Update requirements and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nawendt committed Oct 2, 2023
1 parent 0a1ecf6 commit aa55120
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [ 3.7, 3.8, 3.9, '3.10', '3.11' ]
python-version: [ 3.8, 3.9, '3.10', '3.11' ]
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
readme = 'README.md'
license = {file = 'LICENSE'}
dynamic = ['version']
requires-python = '>=3.6'
requires-python = '>=3.8'
dependencies = [
'numpy',
'pandas',
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ zip_safe = True
package_dir=
=src
packages=find:
python_requires = >=3.6
python_requires = >=3.8
setup_requires =
setuptools
install_requires =
Expand Down

0 comments on commit aa55120

Please sign in to comment.