Skip to content

Commit

Permalink
Drop 3.8 in CI and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Oct 29, 2024
1 parent 9ddbd5f commit 845ccd6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The `posit-sdk` is a software development kit (SDK) for working with Posit's pro

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

- Python >=3.8
- Python >=3.9

> [!INFO]
> We require using virtual environments to maintain a clean and consistent development environment.
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ toc-depth: 2

## Python version

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

## Dependencies

Expand Down

0 comments on commit 845ccd6

Please sign in to comment.