Skip to content

Commit 1186d25

Browse files
committed
feat: drops support for Python 3.8 and adds support for Python 3.13.
Python 3.8 is no longer recieving updates. All users should migrate to Python 3.9 or later at this time.
1 parent 0e9cf02 commit 1186d25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
python-version:
29-
- '3.8'
3029
- '3.9'
3130
- '3.10'
3231
- '3.11'
3332
- '3.12'
33+
- '3.13'
3434
steps:
3535
- uses: actions/checkout@v4
3636
- uses: actions/setup-python@v5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "posit-sdk"
77
description = "Posit SDK for Python"
88
readme = "README.md"
9-
requires-python = ">=3.8"
9+
requires-python = ">=3.9"
1010
license = { file = "LICENSE" }
1111
keywords = ["posit", "sdk"]
1212
classifiers = [

0 commit comments

Comments
 (0)