Skip to content

Commit af61799

Browse files
committed
chore: note python support and add 3.13
1 parent 27db62b commit af61799

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
15+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1616

1717
steps:
1818
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lakebench"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = [
55
{ name="Miles Cole" },
66
]
@@ -12,6 +12,12 @@ classifiers = [
1212
"Development Status :: 5 - Production/Stable",
1313
"License :: OSI Approved :: MIT License",
1414
"Programming Language :: Python",
15+
"Programming Language :: Python :: 3.8",
16+
"Programming Language :: Python :: 3.9",
17+
"Programming Language :: Python :: 3.10",
18+
"Programming Language :: Python :: 3.11",
19+
"Programming Language :: Python :: 3.12",
20+
"Programming Language :: Python :: 3.13",
1521
"Intended Audience :: Developers",
1622
"Topic :: System :: Benchmark",
1723
]

0 commit comments

Comments
 (0)