Skip to content

Commit 845ccd6

Browse files
committed
Drop 3.8 in CI and docs
1 parent 9ddbd5f commit 845ccd6

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
python-version:
24-
- "3.8"
2524
- "3.9"
2625
- "3.10"
2726
- "3.11"

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The `posit-sdk` is a software development kit (SDK) for working with Posit's pro
88

99
Before contributing to the `posit-sdk`, ensure that the following prerequisites are met:
1010

11-
- Python >=3.8
11+
- Python >=3.9
1212

1313
> [!INFO]
1414
> We require using virtual environments to maintain a clean and consistent development environment.

docs/installation.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc-depth: 2
88

99
## Python version
1010

11-
We recommend using the latest version of Python available to you. The Posit SDK supports Python 3.8 and newer.
11+
We recommend using the latest version of Python available to you. The Posit SDK supports Python 3.9 and newer.
1212

1313
## Dependencies
1414

0 commit comments

Comments
 (0)