Skip to content

Commit

Permalink
Add pypy 3.10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Oct 20, 2024
1 parent d9e15ac commit b412c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdis/magics.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def add_canonic_versions(release_versions: str, canonic):
add_canonic_versions("3.8.0pypy 3.8.12pypy 3.8.13pypy 3.8.15pypy", "3.8.12pypy")
add_canonic_versions("3.8.16pypy", "3.8pypy")
add_canonic_versions("3.9.17pypy 3.9.18pypy 3.9.19pypy", "3.9pypy")
add_canonic_versions("3.10.12pypy 3.10.13pypy 3.10pypy", "3.10pypy")
add_canonic_versions("3.10.12pypy 3.10.13pypy 3.10.14pypy 3.10pypy", "3.10pypy")
add_canonic_versions("2.7.8Pyston", "2.7.7Pyston")
add_canonic_versions("3.7.0alpha3", "3.7.0alpha3")
add_canonic_versions(
Expand Down

0 comments on commit b412c87

Please sign in to comment.