Skip to content

Commit 312d3d5

Browse files
committed
🚚 Update GitHub repo URL and add Python 3.13 support
- Change GitHub repository URL from gorillamania to TechNickAI - Add Python 3.13 to supported versions in classifiers
1 parent 374d7b3 commit 312d3d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
name="aicodebot",
1515
python_requires=">=3.10",
1616
version=version,
17-
url="https://github.com/gorillamania/AICodeBot",
17+
url="https://github.com/TechNickAI/AICodeBot",
1818
author="Nick Sullivan",
1919
description="AI-powered tool for developers, simplifying coding tasks and improving workflow efficiency.",
2020
long_description=long_description,
@@ -35,5 +35,6 @@
3535
"Programming Language :: Python :: 3.10",
3636
"Programming Language :: Python :: 3.11",
3737
"Programming Language :: Python :: 3.12",
38+
"Programming Language :: Python :: 3.13",
3839
],
3940
)

0 commit comments

Comments
 (0)