Skip to content

Commit

Permalink
Drop 3.13 suport for now; grpcio rebuild gets ugly
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed Dec 13, 2024
1 parent e0c437a commit 214d456
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
python-version: "3.12"

- name: Run pre-commit
uses: pre-commit/[email protected]
Expand All @@ -41,7 +41,6 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -90,7 +89,7 @@ jobs:
- name: Build and publish
uses: lsst-sqre/build-and-publish-to-pypi@v2
with:
python-version: "3.13"
python-version: "3.12"
upload: false

pypi:
Expand All @@ -117,4 +116,4 @@ jobs:
- name: Build and publish
uses: lsst-sqre/build-and-publish-to-pypi@v2
with:
python-version: "3.13"
python-version: "3.12"
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ email="[email protected]"
name="Adam Thornton"
email="[email protected]"

[[project.authors]]
name="Vit Zikmund"

[project.urls]
Homepage = "https://giftless.datopian.com"
Source = "https://github.com/datopian/giftless"
Expand Down

0 comments on commit 214d456

Please sign in to comment.