Skip to content

Commit

Permalink
Testing with Python 3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
tshead committed Nov 23, 2022
1 parent 28a3d0f commit b4105bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ description="Lightweight, flexible toolkit for managing computational graphs."
dynamic = ["version"]
maintainers = [{name="Timothy M. Shead", email="tim@shead-custom-design.com"}]
name="graphcat"
requires-python = ">=3.8"
requires-python = ">=3.7"

[project.optional-dependencies]
all = [
Expand Down

0 comments on commit b4105bf

Please sign in to comment.