Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d8806bf

Browse files
authoredMay 3, 2024
Support Python 3.12 (#6)
1 parent 3bf27cf commit d8806bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
name="rerun-loader-python-example-urdf",
99
version="0.1.0",
1010
py_modules=["rerun_loader_urdf"],
11-
python_requires=">=3.8, <3.12",
11+
python_requires=">=3.8, <3.13",
1212
install_requires=requirements,
1313
entry_points={
1414
"console_scripts": [

0 commit comments

Comments
 (0)
Please sign in to comment.