Skip to content

Commit

Permalink
Merge pull request #31 from hugovk/rm-3.7
Browse files Browse the repository at this point in the history
Drop support for EOL Python 3.7
  • Loading branch information
marcusvolz authored Jun 13, 2023
2 parents 8633331 + 7eaac2f commit 1ac9129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [windows-latest, macos-latest, ubuntu-latest]

steps:
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Expand Down Expand Up @@ -42,7 +41,7 @@ install_requires =
plotnine
rich
seaborn
python_requires = >=3.7
python_requires = >=3.8
package_dir = =src
zip_safe = True

Expand Down

0 comments on commit 1ac9129

Please sign in to comment.