Skip to content

Commit

Permalink
drop python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyer committed Jan 13, 2025
1 parent 856c9ce commit 37fd413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version:
- "3.9"
python-version:
- "3.10"
- "3.12"
os:
- macos-13
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name = "ocpsvg"
readme = "readme-pypi.md"
version = "0.3.4"
requires-python = ">=3.9"
requires-python = ">=3.10"
dependencies = [
"cadquery-ocp >= 7.8.1",
"svgelements >= 1.9.1, <2",
Expand Down

0 comments on commit 37fd413

Please sign in to comment.