Skip to content

Commit 83feb59

Browse files
committed
Bump version to 2024.1
1 parent 06a8920 commit 83feb59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "pymbolic"
9-
version = "2022.2"
9+
version = "2024.1"
1010
description = "A package for symbolic computation"
1111
readme = "README.rst"
1212
license = { text = "MIT" }
@@ -32,8 +32,8 @@ dependencies = [
3232
"astunparse; python_version<='3.9'",
3333
"immutabledict",
3434
"pytools>=2022.1.14",
35-
# for dataclass_transform with TypeAlias
36-
"typing-extensions>=4; python_version<'3.10'",
35+
# for dataclass_transform, TypeAlias
36+
"typing-extensions>=4; python_version<'3.13'",
3737
]
3838

3939
[project.optional-dependencies]

0 commit comments

Comments
 (0)