Skip to content

Commit

Permalink
Change the python version requirement. (#59)
Browse files Browse the repository at this point in the history
* Change the python version requirement  and version.
  • Loading branch information
Ig-dolci authored Feb 21, 2024
1 parent 245a1dc commit e7705d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "checkpoint_schedules"
version = "1.0.0"
version = "1.0.2"
authors = [
{ name="Daiane I. Dolci ", email="[email protected]" },
{ name="James R. Maddison", email="[email protected]" },
Expand All @@ -16,7 +16,7 @@ authors = [
description = "Schedules for incremental checkpointing of adjoint simulations."
readme = "README.md"
license = {text = "LGPL-3.0"}
requires-python = ">=3.9"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
]
Expand Down

0 comments on commit e7705d9

Please sign in to comment.