Skip to content

Commit

Permalink
Bring back py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Nov 17, 2024
1 parent e1ac993 commit b33d7a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: ci
on: [push, pull_request]
env:
UV_VER: "0.5.2"
FORCE_COLOR: 1

jobs:

Expand Down Expand Up @@ -69,7 +70,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.7'

- name: Set up uv
uses: astral-sh/setup-uv@v3
Expand All @@ -90,7 +91,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'

- name: Set up uv
uses: astral-sh/setup-uv@v3
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
"Environment :: Plugins",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -37,7 +38,7 @@ keywords = [
"cache",
]
urls = {Homepage = "https://aiida-testing.readthedocs.io/"}
requires-python = ">=3.8"
requires-python = ">=3.7"
dependencies = [
"aiida-core>=2.0.0,<3.0.0",
"pytest>=7.0",
Expand Down

0 comments on commit b33d7a9

Please sign in to comment.