Skip to content

Commit

Permalink
Dependencies: Drop support for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Feb 26, 2024
1 parent 04e11ef commit 3d1b51d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.9'
cache: 'pip'
cache-dependency-path: pyproject.toml

Expand All @@ -56,7 +56,7 @@ jobs:

strategy:
matrix:
python-version: ['3.8', '3.9']
python-version: ['3.9']

services:
rabbitmq:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.9'
cache: 'pip'
cache-dependency-path: pyproject.toml

Expand All @@ -34,7 +34,7 @@ jobs:

strategy:
matrix:
python-version: ['3.8', '3.9']
python-version: ['3.9']

services:
rabbitmq:
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ classifiers = [
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS :: MacOS X',
'Programming Language :: Python',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
]
keywords = ['aiida', 'workflows']
requires-python = '>=3.8,<3.10'
requires-python = '>=3.9,<3.10'
dependencies = [
'abipy==0.9.6',
'aiida-abinit~=0.4.0',
Expand Down

0 comments on commit 3d1b51d

Please sign in to comment.