Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25db658

Browse files
authored
Tweak in pyproject.toml (openai#952)
- Add python 3.13 - Update the homepage URL
1 parent 4450339 commit 25db658

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ classifiers = [
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
2627
"Operating System :: OS Independent",
2728
"Topic :: Software Development :: Libraries :: Python Modules",
2829
"License :: OSI Approved :: MIT License",
2930
]
3031

3132
[project.urls]
32-
Homepage = "https://github.com/openai/openai-agents-python"
33+
Homepage = "https://openai.github.io/openai-agents-python/"
3334
Repository = "https://github.com/openai/openai-agents-python"
3435

3536
[project.optional-dependencies]

0 commit comments

Comments
 (0)