File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 os : [ubuntu-latest, macos-latest, windows-latest]
15- python-version : ['3.8', '3.9', '3.10', '3. 11']
15+ python-version : ['3.11']
1616
1717 steps :
1818 - name : Checkout code
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "sentience-python"
77version = " 0.1.0"
88description = " Python SDK for Sentience AI Agent Browser Automation"
99readme = " README.md"
10- requires-python = " >=3.8 "
10+ requires-python = " >=3.11 "
1111license = {text = " MIT" }
1212authors = [
1313 {name = " Sentience Team" }
@@ -18,16 +18,15 @@ classifiers = [
1818 " Intended Audience :: Developers" ,
1919 " License :: OSI Approved :: MIT License" ,
2020 " Programming Language :: Python :: 3" ,
21- " Programming Language :: Python :: 3.8" ,
22- " Programming Language :: Python :: 3.9" ,
23- " Programming Language :: Python :: 3.10" ,
2421 " Programming Language :: Python :: 3.11" ,
2522]
26- project-urls = {
27- "Homepage" = " https://github.com/SentienceAPI/sentience-python" ,
28- "Repository" = " https://github.com/SentienceAPI/sentience-python" ,
29- "Issues" = " https://github.com/SentienceAPI/sentience-python/issues" ,
30- }
23+
24+ [project .urls ]
25+ Homepage = " https://github.com/SentienceAPI/sentience-python"
26+ Repository = " https://github.com/SentienceAPI/sentience-python"
27+ Issues = " https://github.com/SentienceAPI/sentience-python/issues"
28+
29+ [project ]
3130dependencies = [
3231 " playwright>=1.40.0" ,
3332 " pydantic>=2.0.0" ,
You can’t perform that action at this time.
0 commit comments