File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ def get_file_text(file_name):
9999 "Programming Language :: Python :: 3.10" ,
100100 "Programming Language :: Python :: 3.11" ,
101101 "Programming Language :: Python :: 3.12" ,
102+ "Programming Language :: Python :: 3.13" ,
102103 "Topic :: Software Development :: Libraries :: Python Modules" ,
103104 ],
104105 options = {"bdist_wheel" : {"universal" : "1" }},
Original file line number Diff line number Diff line change @@ -766,6 +766,7 @@ basepython =
766766 py3.10: python3.10
767767 py3.11: python3.11
768768 py3.12: python3.12
769+ py3.13: python3.13
769770
770771 # Python version is pinned here because flake8 actually behaves differently
771772 # depending on which version is used. You can patch this out to point to
You can’t perform that action at this time.
0 commit comments