Skip to content

Commit ad74578

Browse files
khameetemanzsol
authored andcommitted
include python 3.13 in build
1 parent 9834694 commit ad74578

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [macos-latest, ubuntu-latest, windows-latest]
16-
python-version: ["3.9", "3.10", "3.11", "3.12"]
16+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "setuptools-scm", "setuptools-rust", "wheel"]
33

44
[project]
55
name = "libcst"
6-
description = "A concrete syntax tree with AST-like properties for Python 3.0 through 3.12 programs."
6+
description = "A concrete syntax tree with AST-like properties for Python 3.0 through 3.13 programs."
77
readme = "README.rst"
88
dynamic = ["version"]
99
license = { file = "LICENSE" }
@@ -14,6 +14,7 @@ classifiers = [
1414
"Programming Language :: Python :: 3.10",
1515
"Programming Language :: Python :: 3.11",
1616
"Programming Language :: Python :: 3.12",
17+
"Programming Language :: Python :: 3.13",
1718
]
1819
requires-python = ">=3.9"
1920
dependencies = ["pyyaml>=5.2"]

0 commit comments

Comments
 (0)