Skip to content

Commit

Permalink
Drop the support for py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Feb 20, 2024
1 parent cea4ca3 commit 13f6ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
strategy:
matrix:
tag: [latest]
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.9', '3.10']
fail-fast: false

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install_requires =
nglview~=3.0
spglib>=1.14,<3
vapory~=0.1.2
python_requires = >=3.8
python_requires = >=3.9
include_package_data = True
zip_safe = False

Expand Down

0 comments on commit 13f6ec7

Please sign in to comment.