Skip to content

Commit c40b7c4

Browse files
committed
Update Python version
1 parent 600edea commit c40b7c4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎.github/workflows/python.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: Set up Python
124124
uses: actions/setup-python@v5
125125
with:
126-
python-version: '3.11'
126+
python-version: '3.13'
127127
- uses: actions/setup-go@v5
128128
with:
129129
go-version: '>=1.23'

‎bindings/py/setup.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def build_extension(self, ext: Extension):
4242
"Programming Language :: Python :: 3.10",
4343
"Programming Language :: Python :: 3.11",
4444
"Programming Language :: Python :: 3.12",
45+
"Programming Language :: Python :: 3.13",
4546
"Topic :: Internet :: WWW/HTTP",
4647
"Topic :: Software Development :: Pre-processors",
4748
"Topic :: Text Processing :: Markup",

0 commit comments

Comments
 (0)