Skip to content

Commit

Permalink
remove python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Jan 8, 2025
1 parent bef2b66 commit f2dcbea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
strategy:
matrix:
python:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
Expand All @@ -31,7 +30,7 @@ jobs:
run: |
sudo apt-get update -y -qq
sudo apt-get install -y -qq libicu-dev
pip install wheel pyicu setuptools
python -m pip install --upgrade pip wheel pyicu
pip install -e ".[dev]"
- name: Run checks for default model
run: |
Expand Down

0 comments on commit f2dcbea

Please sign in to comment.