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 2842f39 commit 46ec890Copy full SHA for 46ec890
.github/workflows/docs.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Python
17
uses: actions/setup-python@v4
18
with:
19
- python-version: '3.9'
+ python-version: '3.10'
20
21
- name: Ensure latest pip
22
run: python -m pip install --upgrade pip
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
name = "incydr"
7
description = "Code42's Incydr Python SDK"
8
readme = "README.md"
9
-requires-python = ">=3.9"
+requires-python = ">=3.10"
10
license = "MIT"
11
keywords = []
12
authors = [
0 commit comments