Skip to content

Commit 214d456

Browse files
committed
Drop 3.13 suport for now; grpcio rebuild gets ugly
1 parent e0c437a commit 214d456

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v5
2828
with:
29-
python-version: "3.13"
29+
python-version: "3.12"
3030

3131
- name: Run pre-commit
3232
uses: pre-commit/[email protected]
@@ -41,7 +41,6 @@ jobs:
4141
- "3.10"
4242
- "3.11"
4343
- "3.12"
44-
- "3.13"
4544

4645
steps:
4746
- uses: actions/checkout@v4
@@ -90,7 +89,7 @@ jobs:
9089
- name: Build and publish
9190
uses: lsst-sqre/build-and-publish-to-pypi@v2
9291
with:
93-
python-version: "3.13"
92+
python-version: "3.12"
9493
upload: false
9594

9695
pypi:
@@ -117,4 +116,4 @@ jobs:
117116
- name: Build and publish
118117
uses: lsst-sqre/build-and-publish-to-pypi@v2
119118
with:
120-
python-version: "3.13"
119+
python-version: "3.12"

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ email="[email protected]"
3838
name="Adam Thornton"
3939
4040

41+
[[project.authors]]
42+
name="Vit Zikmund"
43+
4144
[project.urls]
4245
Homepage = "https://giftless.datopian.com"
4346
Source = "https://github.com/datopian/giftless"

0 commit comments

Comments
 (0)