Skip to content

Commit

Permalink
remove python3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Dec 31, 2022
1 parent eb173e5 commit 1358c31
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-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
include = [ "LICENSE", ]

[tool.poetry.dependencies]
python = "^3.7 || ^3.8 || ^3.9 || ^3.10"
python = "^3.8 || ^3.9 || ^3.10"
numpy = "^1.24.1"
pyyaml = "^6.0"
click = "^8.1.3"
Expand Down

0 comments on commit 1358c31

Please sign in to comment.