Skip to content

Commit

Permalink
Deprecate py3.8 where AWB already deprecated it (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz authored Mar 12, 2024
1 parent 1157b88 commit d77bdb2
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 @@ -19,7 +19,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 @@ -31,7 +31,7 @@ install_requires =
aiida-pseudo~=1.4
filelock~=3.8
importlib-resources~=5.2
python_requires = >=3.8
python_requires = >=3.9

[options.packages.find]
where = src
Expand Down

0 comments on commit d77bdb2

Please sign in to comment.