Skip to content

Commit badba6c

Browse files
Copilotfriggeri
andauthored
Bump Python minimum version to 3.9+ (github#151)
* Initial plan * Update Python minimum version requirement to 3.9+ Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>
1 parent c8fee95 commit badba6c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,5 +217,5 @@ Note: `assistant.message` and `assistant.reasoning` (final events) are always se
217217

218218
## Requirements
219219

220-
- Python 3.8+
220+
- Python 3.9+
221221
- GitHub Copilot CLI installed and accessible

python/pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "github-copilot-sdk"
77
version = "0.1.0"
88
description = "Python SDK for GitHub Copilot CLI"
99
readme = "README.md"
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.9"
1111
license = {text = "MIT"}
1212
authors = [
1313
{name = "GitHub", email = "opensource@github.com"}
@@ -17,7 +17,6 @@ classifiers = [
1717
"Intended Audience :: Developers",
1818
"License :: OSI Approved :: MIT License",
1919
"Programming Language :: Python :: 3",
20-
"Programming Language :: Python :: 3.8",
2120
"Programming Language :: Python :: 3.9",
2221
"Programming Language :: Python :: 3.10",
2322
"Programming Language :: Python :: 3.11",
@@ -49,7 +48,7 @@ dev = [
4948

5049
[tool.ruff]
5150
line-length = 100
52-
target-version = "py38"
51+
target-version = "py39"
5352
exclude = [
5453
"generated",
5554
"copilot/generated",

0 commit comments

Comments
 (0)