Skip to content

Commit

Permalink
CHANGE: python requires >=3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ctgk committed Sep 12, 2024
1 parent 9a6cec4 commit 5fa009a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-notebooks.yaml
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.6, 3.7, 3.8, 3.9]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
version="0.0.1",
description="Collection of PRML algorithms",
author="ctgk",
python_requires=">=3.6",
python_requires=">=3.8",
install_requires=["numpy", "scipy"],
packages=find_packages(exclude=["test", "test.*"]),
test_suite="test",
Expand Down

0 comments on commit 5fa009a

Please sign in to comment.