Skip to content

Commit

Permalink
🔧 MAINTAIN: requires-python = ">=3.8"
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jan 14, 2022
1 parent a3d8cdf commit 33d15bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]
os: ['ubuntu-latest']

steps:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,5 @@ dmypy.json
.DS_Store
.vscode/
.firecrest-config.json

example.submit
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ classifiers = [
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Software Development :: Libraries :: Python Modules"
]
keywords = ["aiida", "firecrest"]
requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"aiida-core@git+git://github.com/aiidateam/aiida_core@develop#egg=aiida-core",
"click",
Expand Down

0 comments on commit 33d15bf

Please sign in to comment.