Skip to content

Commit

Permalink
[pypi] change python version to supported
Browse files Browse the repository at this point in the history
  • Loading branch information
zbowling committed Jul 30, 2024
1 parent 9f1705f commit 83ab073
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@v4

- name: Set up Python 3.12
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: "3.12"
python-version: "3.9"

- name: Setup pdm
uses: pdm-project/setup-pdm@v3
with:
python-version: "3.12"
python-version: "3.9"

- name: Build package
run: pdm build
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ maintainers = [
description = "Stacked PRs for GitHub."
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
requires-python = ">=3.9"
keywords = ["stacked-prs", "github", "pull-requests", "stack-pr", "git", "version-control"]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 83ab073

Please sign in to comment.