Skip to content

Commit

Permalink
Dependencies: Drop support for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastiaan Huber authored and sphuber committed Feb 6, 2023
1 parent 9a28526 commit ae9cb90
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -39,7 +39,7 @@ jobs:

strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ['3.8', '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,12 +15,11 @@ classifiers = [
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS :: MacOS X',
'Programming Language :: Python',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
]
keywords = ['aiida', 'workflows']
requires-python = '>=3.7'
requires-python = '>=3.8'
dependencies = [
'abipy',
'aiida-abinit~=0.2.0a1',
Expand Down

0 comments on commit ae9cb90

Please sign in to comment.