Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4450339 commit 25db658Copy full SHA for 25db658
pyproject.toml
@@ -23,13 +23,14 @@ classifiers = [
23
"Programming Language :: Python :: 3.10",
24
"Programming Language :: Python :: 3.11",
25
"Programming Language :: Python :: 3.12",
26
+ "Programming Language :: Python :: 3.13",
27
"Operating System :: OS Independent",
28
"Topic :: Software Development :: Libraries :: Python Modules",
29
"License :: OSI Approved :: MIT License",
30
]
31
32
[project.urls]
-Homepage = "https://github.com/openai/openai-agents-python"
33
+Homepage = "https://openai.github.io/openai-agents-python/"
34
Repository = "https://github.com/openai/openai-agents-python"
35
36
[project.optional-dependencies]
0 commit comments