We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9cf02 commit 1186d25Copy full SHA for 1186d25
.github/workflows/ci.yaml
@@ -26,11 +26,11 @@ jobs:
26
fail-fast: false
27
matrix:
28
python-version:
29
- - '3.8'
30
- '3.9'
31
- '3.10'
32
- '3.11'
33
- '3.12'
+ - '3.13'
34
steps:
35
- uses: actions/checkout@v4
36
- uses: actions/setup-python@v5
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
name = "posit-sdk"
7
description = "Posit SDK for Python"
8
readme = "README.md"
9
-requires-python = ">=3.8"
+requires-python = ">=3.9"
10
license = { file = "LICENSE" }
11
keywords = ["posit", "sdk"]
12
classifiers = [
0 commit comments