Skip to content

Commit

Permalink
Merge pull request #356 from mj-will/revert-#350
Browse files Browse the repository at this point in the history
Revert #350
  • Loading branch information
mj-will authored Nov 29, 2023
2 parents ea59056 + aac955c commit ddd681e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS, Ubuntu, Windows]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
runs-on: ${{ matrix.os }}-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS, Ubuntu, Windows]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
runs-on: ${{ matrix.os }}-latest

steps:
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
]
description = "Nessai: Nested Sampling with Artificial Intelligence"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.8"
license = {text = "MIT"}
classifiers = [
"Programming Language :: Python :: 3",
Expand Down Expand Up @@ -94,6 +94,7 @@ exclude_lines = [
[tool.black]
line-length = 79
target-version = [
"py38",
"py39",
"py310",
"py311",
Expand All @@ -103,3 +104,4 @@ target-version = [
extend-ignore = [
"E203",
]

0 comments on commit ddd681e

Please sign in to comment.