Skip to content

Commit 3d1b51d

Browse files
committed
Dependencies: Drop support for Python 3.8
1 parent 04e11ef commit 3d1b51d

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Python
3636
uses: actions/setup-python@v4
3737
with:
38-
python-version: '3.8'
38+
python-version: '3.9'
3939
cache: 'pip'
4040
cache-dependency-path: pyproject.toml
4141

@@ -56,7 +56,7 @@ jobs:
5656

5757
strategy:
5858
matrix:
59-
python-version: ['3.8', '3.9']
59+
python-version: ['3.9']
6060

6161
services:
6262
rabbitmq:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Python
1515
uses: actions/setup-python@v4
1616
with:
17-
python-version: '3.8'
17+
python-version: '3.9'
1818
cache: 'pip'
1919
cache-dependency-path: pyproject.toml
2020

@@ -34,7 +34,7 @@ jobs:
3434

3535
strategy:
3636
matrix:
37-
python-version: ['3.8', '3.9']
37+
python-version: ['3.9']
3838

3939
services:
4040
rabbitmq:

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ classifiers = [
1515
'Operating System :: POSIX :: Linux',
1616
'Operating System :: MacOS :: MacOS X',
1717
'Programming Language :: Python',
18-
'Programming Language :: Python :: 3.8',
1918
'Programming Language :: Python :: 3.9',
2019
]
2120
keywords = ['aiida', 'workflows']
22-
requires-python = '>=3.8,<3.10'
21+
requires-python = '>=3.9,<3.10'
2322
dependencies = [
2423
'abipy==0.9.6',
2524
'aiida-abinit~=0.4.0',

0 commit comments

Comments
 (0)