Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
feat: add palindrome_partitioning in neetcode-150 tag
  • Loading branch information
wislertt committed Dec 1, 2025
commit 61ba64c342112c1480eb24d6270f5ff50da084bd
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]

steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
Expand Down
1 change: 1 addition & 0 deletions leetcode_py/cli/resources/leetcode/json/tags.json5
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@
"number_of_connected_components_in_an_undirected_graph",
"number_of_islands",
"pacific_atlantic_water_flow",
"palindrome_partitioning",
"palindromic_substrings",
"partition_equal_subset_sum",
"permutations",
Expand Down