Skip to content

Commit

Permalink
Don't test before 3.8; revert 'breaking' change to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsh committed Aug 13, 2024
1 parent 96fc21d commit 1e7d6bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-20.04 # See https://github.com/actions/setup-python/issues/544
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3"]

steps:
- uses: actions/checkout@v2
Expand Down
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ pytest-benchmark = "*"
# plum-dispatch = "*"
# multipledispatch = "*"

[tool.poetry.group.docs]
optional = true

[tool.poetry.group.docs.dependencies]
recommonmark = "*"
sphinx-gallery = "*"
sphinx_markdown_tables = "*"
sphinx_rtd_theme = ">=1.2"
# -- Groups not supported by old versions of poetry, had problems with gh-actions
# [tool.poetry.group.docs]
# optional = true
# [tool.poetry.group.docs.dependencies]
# recommonmark = "*"
# sphinx-gallery = "*"
# sphinx_markdown_tables = "*"
# sphinx_rtd_theme = ">=1.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 1e7d6bd

Please sign in to comment.