Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
fail-fast: false
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- '3.13'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "posit-sdk"
description = "Posit SDK for Python"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
license = { file = "LICENSE" }
keywords = ["posit", "sdk"]
classifiers = [
Expand Down