Skip to content

Commit 461b402

Browse files
authored
Merge pull request #601 from frenzymadness/packaging
Allow packaging version 24.0
2 parents 4b85706 + 6e9f2f8 commit 461b402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/basemap/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ packaging >= 16.0, < 21.0; python_version == "2.7"
3535
packaging >= 16.0, < 17.0; python_version == "3.2"
3636
packaging >= 16.0, < 17.0; python_version == "3.3"
3737
packaging >= 16.0, < 21.0; python_version == "3.4"
38-
packaging >= 16.0, < 24.0; python_version >= "3.5"
38+
packaging >= 16.0, < 25.0; python_version >= "3.5"

0 commit comments

Comments
 (0)