Skip to content

Commit

Permalink
Merge pull request #4 from databricks/update-pyproject
Browse files Browse the repository at this point in the history
Update pyproject min python to 3.8
  • Loading branch information
prithvikannan authored Oct 22, 2024
2 parents eaacadc + 504dcb3 commit c6164db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.8'
- name: Install dependencies
run: |
pip install -r requirements/lint-requirements.txt
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10']
python-version: ['3.8', '3.9', '3.10']
timeout-minutes: 20
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
{ name="Prithvi Kannan", email="[email protected]" },
]
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.8"
dependencies = [
"typing_extensions",
"pydantic"
Expand Down
Empty file removed src/__init__.py
Empty file.

0 comments on commit c6164db

Please sign in to comment.