Skip to content

Commit

Permalink
revert python 3.8 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Feb 20, 2024
1 parent 13f6ec7 commit eadaef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.9', '3.10']
python-version: ['3.8', '3.9', '3.10']
fail-fast: false

runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers =
packages = find:
install_requires =
PyCifRW~=4.4
aiida-core>=2.5,<3
aiida-core>=2.1,<3
aiidalab>=21.11.2
aiidalab-eln>=0.1.2,~=0.1
ansi2html~=1.6
Expand All @@ -36,7 +36,7 @@ install_requires =
nglview~=3.0
spglib>=1.14,<3
vapory~=0.1.2
python_requires = >=3.9
python_requires = >=3.8
include_package_data = True
zip_safe = False

Expand Down

0 comments on commit eadaef1

Please sign in to comment.