Skip to content

Commit 83cc1e9

Browse files
committed
Bump max spark_parser allowed
1 parent f6b619e commit 83cc1e9

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"pyficache >= 2.3.0",
8888
"xdis >= 6.1.1,<6.2.0",
8989
"pygments %s" % pygments_version,
90-
"spark_parser >= 1.8.9, <1.9.0",
90+
"spark_parser >= 1.8.9, <1.9.1",
9191
"tracer >= 0.3.2",
9292
"term-background >= 1.0.1",
9393
]

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools==69.0.3",
3+
"setuptools",
44
]
55

66
build-backend = "setuptools.build_meta"
@@ -17,7 +17,7 @@ dependencies = [
1717
"pyficache >= 2.3.0",
1818
"xdis >= 6.1.1,<6.2.0",
1919
"pygments >= 2.2.0",
20-
"spark_parser >= 1.8.9, <1.9.0",
20+
"spark_parser >= 1.8.9, <1.9.1",
2121
"tracer > 1.9.0",
2222
"term-background >= 1.0.1",
2323
]
@@ -33,6 +33,8 @@ classifiers = [
3333
"Programming Language :: Python",
3434
"Topic :: Software Development :: Debuggers",
3535
"Topic :: Software Development :: Libraries :: Python Modules",
36+
"Programming Language :: Python :: 3.0",
37+
"Programming Language :: Python :: 3.1",
3638
"Programming Language :: Python :: 3.2",
3739
"Programming Language :: Python :: 3.3",
3840
"Programming Language :: Python :: 3.4",

0 commit comments

Comments
 (0)