There was an error while loading. Please reload this page.
1 parent 600edea commit c40b7c4Copy full SHA for c40b7c4
.github/workflows/python.yml
@@ -123,7 +123,7 @@ jobs:
123
- name: Set up Python
124
uses: actions/setup-python@v5
125
with:
126
- python-version: '3.11'
+ python-version: '3.13'
127
- uses: actions/setup-go@v5
128
129
go-version: '>=1.23'
bindings/py/setup.py
@@ -42,6 +42,7 @@ def build_extension(self, ext: Extension):
42
"Programming Language :: Python :: 3.10",
43
"Programming Language :: Python :: 3.11",
44
"Programming Language :: Python :: 3.12",
45
+ "Programming Language :: Python :: 3.13",
46
"Topic :: Internet :: WWW/HTTP",
47
"Topic :: Software Development :: Pre-processors",
48
"Topic :: Text Processing :: Markup",
0 commit comments