Skip to content

Commit

Permalink
require python >= 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephChotard committed Nov 27, 2024
1 parent d12e9ff commit 75b7b43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.9"
- 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 @@ version = "0.0.1"
authors = [{ name = "Joseph Chotard", email = "h3spark@chotard.com" }]
description = "Lightweight pyspark wrapper for h3-py"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
license = {text = "MIT License"}
keywords = ["h3", "h3-py", "spark", "pyspark"]
classifiers = [
Expand Down

0 comments on commit 75b7b43

Please sign in to comment.