Skip to content

Commit 2de5787

Browse files
authored
Update links for Python version changes (#63)
1 parent c7e5e5e commit 2de5787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@
108108
"3.9": {
109109
"reasons": """
110110
<li><a href="https://github.com/jugmac00/python-version-cheat-sheet#python-310">use <code>match</code> statement and write union types as <code>X | Y</code></a></li>
111-
<li><a href="https://docs.python.org/3/whatsnew/3.9.html">And more!</a></li>
111+
<li><a href="https://docs.python.org/3/whatsnew/3.10.html">And more!</a></li>
112112
""" # noqa: E501
113113
},
114114
"3.10": {
115115
"reasons": """
116116
<li><a href="https://github.com/jugmac00/python-version-cheat-sheet#python-311"><code>tomllib</code> in the stdlib, exception groups and except*</a></li>
117-
<li><a href="https://docs.python.org/3/whatsnew/3.10.html">And more!</a></li>
117+
<li><a href="https://docs.python.org/3/whatsnew/3.11.html">And more!</a></li>
118118
""" # noqa: E501
119119
},
120120
}

0 commit comments

Comments
 (0)