File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "github-copilot-sdk"
77version = " 0.1.0"
88description = " Python SDK for GitHub Copilot CLI"
99readme = " README.md"
10- requires-python = " >=3.8 "
10+ requires-python = " >=3.9 "
1111license = {text = " MIT" }
1212authors = [
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 ]
5150line-length = 100
52- target-version = " py38 "
51+ target-version = " py39 "
5352exclude = [
5453 " generated" ,
5554 " copilot/generated" ,
You can’t perform that action at this time.
0 commit comments