Skip to content

Commit

Permalink
drop support for python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPlayer3 committed Jun 26, 2024
1 parent fa8ae56 commit 0d5563e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
call-version-info-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
python_version: "3.10"

distribute:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ jobs:
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
local_package_name: hyp3_sdk
python_versions: >-
["3.10", "3.11", "3.12"]
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- nodefaults
dependencies:
- python>=3.9
- python>=3.10
- pip
# For packaging, and testing
- build
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "hyp3_sdk"
requires-python = ">=3.9"
requires-python = ">=3.10"
authors = [
{name="ASF APD/Tools Team", email="[email protected]"},
]
Expand All @@ -17,7 +17,6 @@ classifiers=[
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down

0 comments on commit 0d5563e

Please sign in to comment.