Skip to content

Commit

Permalink
update to python >= 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
trhallam committed Apr 30, 2024
1 parent 0d49654 commit fa0ea70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
max-parallel: 1
fail-fast: true
matrix:
os: ["ubuntu-latest", "windows-latest"]
python-version: ["3.8", "3.9", "3.10"]
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
exclude:
- os: macos-latest
python-version: "3.9"

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"addict",
"more-itertools>=8.0",
]
requires-python = ">=3.8"
requires-python = ">=3.9"
license = {file = "LICENSE"}

classifiers = [
Expand Down

0 comments on commit fa0ea70

Please sign in to comment.