Skip to content

Commit

Permalink
Enable tests for other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCentauri committed Jul 16, 2024
1 parent 7acfbcc commit 16ef586
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
strategy:
matrix:
include:
# - os: ubuntu-22.04
# python-version: "3.8"
- os: ubuntu-22.04
python-version: "3.9"
- os: ubuntu-22.04
python-version: "3.12"
- os: macos-14
python-version: "3.12"
- os: windows-2022
python-version: "3.12"
# - os: macos-11
# python-version: "3.12"
# - os: windows-2019
# python-version: "3.12"

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ authors = [
{name = "Michele Ceriotti"},
]
readme = "README.rst"
requires-python = ">=3.7"
requires-python = ">=3.9"
license = {text = "BSD-3-Clause"}
classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 16ef586

Please sign in to comment.