File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 runs-on : ubuntu-latest
3838 strategy :
3939 matrix :
40- python-version : ["3.11", "3.13"]
40+ python-version : ["3.10", "3. 11", "3.13"]
4141 steps :
4242 - name : Checkout repository
4343 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackone-ai"
33version = " 2.0.0"
44description = " agents performing actions on your SaaS"
55readme = " README.md"
6- requires-python = " >=3.11 "
6+ requires-python = " >=3.10 "
77authors = [
88 { name = " StackOne" , email = " support@stackone.com" }
99]
@@ -12,6 +12,7 @@ classifiers = [
1212 " Intended Audience :: Developers" ,
1313 " License :: OSI Approved :: MIT License" ,
1414 " Programming Language :: Python :: 3" ,
15+ " Programming Language :: Python :: 3.10" ,
1516 " Programming Language :: Python :: 3.11" ,
1617 " Programming Language :: Python :: 3.12" ,
1718 " Programming Language :: Python :: 3.13" ,
You can’t perform that action at this time.
0 commit comments