Skip to content

Commit 2cd9b54

Browse files
committed
fix actions
1 parent 50ba93c commit 2cd9b54

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

pyproject.toml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "sentience-python"
77
version = "0.1.0"
88
description = "Python SDK for Sentience AI Agent Browser Automation"
99
readme = "README.md"
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.11"
1111
license = {text = "MIT"}
1212
authors = [
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]
3130
dependencies = [
3231
"playwright>=1.40.0",
3332
"pydantic>=2.0.0",

0 commit comments

Comments
 (0)