Skip to content

Commit

Permalink
fix: minimum is actually 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Mar 25, 2024
1 parent a1230f4 commit 87ff31b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.7"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic = ["version"]
description = "Module for creating context-aware, rule-based G2P mappings that preserve indices"
readme = "README.md"
license = "MIT"
requires-python = ">= 3.8"
requires-python = ">= 3.7"
authors = [
{ name = "Aidan Pine", email = "[email protected]" },
]
Expand Down

0 comments on commit 87ff31b

Please sign in to comment.