Skip to content

Commit bbbebd3

Browse files
committed
Fixed Tests for 3.14
1 parent bf0cca6 commit bbbebd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ def get_latest_git_tag():
6161
"Operating System :: OS Independent",
6262
"Programming Language :: Python :: 3.11",
6363
"Programming Language :: Python :: 3.12",
64-
"Programming Language :: Python :: 3.13"
64+
"Programming Language :: Python :: 3.13",
65+
"Programming Language :: Python :: 3.14"
6566
],
6667
python_requires='>=3.11',
6768
package_dir={package: package_dir},

0 commit comments

Comments
 (0)