Skip to content

Commit

Permalink
Regen for 3.13b1 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch authored May 15, 2024
1 parent 5f14d50 commit 6867424
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 11 deletions.
10 changes: 9 additions & 1 deletion stdlibs/py.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
"_abc",
"_abcoll",
"_aix_support",
"_android_support",
"_ast",
"_asyncio",
"_bisect",
Expand All @@ -129,6 +130,7 @@
"_codecs_tw",
"_collections",
"_collections_abc",
"_colorize",
"_compat_pickle",
"_compression",
"_contextvars",
Expand All @@ -154,7 +156,11 @@
"_heapq",
"_hotshot",
"_imp",
"_interpchannels",
"_interpqueues",
"_interpreters",
"_io",
"_ios_support",
"_json",
"_locale",
"_lsprof",
Expand All @@ -178,6 +184,7 @@
"_pydecimal",
"_pyio",
"_pylong",
"_pyrepl",
"_queue",
"_random",
"_scproxy",
Expand Down Expand Up @@ -208,8 +215,10 @@
"_testclinic",
"_testclinic_limited",
"_testconsole",
"_testexternalinspection",
"_testimportmultiple",
"_testinternalcapi",
"_testlimitedcapi",
"_testmultiphase",
"_testsinglephase",
"_thread",
Expand All @@ -226,7 +235,6 @@
"_winapi",
"_winreg",
"_xxinterpchannels",
"_xxinterpqueues",
"_xxsubinterpreters",
"_xxtestfuzz",
"_zoneinfo",
Expand Down
10 changes: 9 additions & 1 deletion stdlibs/py3.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"_abc",
"_abcoll",
"_aix_support",
"_android_support",
"_ast",
"_asyncio",
"_bisect",
Expand All @@ -40,6 +41,7 @@
"_codecs_tw",
"_collections",
"_collections_abc",
"_colorize",
"_compat_pickle",
"_compression",
"_contextvars",
Expand All @@ -64,7 +66,11 @@
"_hashlib",
"_heapq",
"_imp",
"_interpchannels",
"_interpqueues",
"_interpreters",
"_io",
"_ios_support",
"_json",
"_locale",
"_lsprof",
Expand All @@ -88,6 +94,7 @@
"_pydecimal",
"_pyio",
"_pylong",
"_pyrepl",
"_queue",
"_random",
"_scproxy",
Expand Down Expand Up @@ -117,8 +124,10 @@
"_testclinic",
"_testclinic_limited",
"_testconsole",
"_testexternalinspection",
"_testimportmultiple",
"_testinternalcapi",
"_testlimitedcapi",
"_testmultiphase",
"_testsinglephase",
"_thread",
Expand All @@ -133,7 +142,6 @@
"_weakrefset",
"_winapi",
"_xxinterpchannels",
"_xxinterpqueues",
"_xxsubinterpreters",
"_xxtestfuzz",
"_zoneinfo",
Expand Down
12 changes: 9 additions & 3 deletions stdlibs/py313.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"__phello_alias__",
"_abc",
"_aix_support",
"_android_support",
"_ast",
"_asyncio",
"_bisect",
Expand All @@ -29,6 +30,7 @@
"_codecs_tw",
"_collections",
"_collections_abc",
"_colorize",
"_compat_pickle",
"_compression",
"_contextvars",
Expand All @@ -48,7 +50,11 @@
"_hashlib",
"_heapq",
"_imp",
"_interpchannels",
"_interpqueues",
"_interpreters",
"_io",
"_ios_support",
"_json",
"_locale",
"_lsprof",
Expand All @@ -70,6 +76,7 @@
"_pydecimal",
"_pyio",
"_pylong",
"_pyrepl",
"_queue",
"_random",
"_scproxy",
Expand All @@ -95,8 +102,10 @@
"_testclinic",
"_testclinic_limited",
"_testconsole",
"_testexternalinspection",
"_testimportmultiple",
"_testinternalcapi",
"_testlimitedcapi",
"_testmultiphase",
"_testsinglephase",
"_thread",
Expand All @@ -110,9 +119,6 @@
"_weakref",
"_weakrefset",
"_winapi",
"_xxinterpchannels",
"_xxinterpqueues",
"_xxsubinterpreters",
"_xxtestfuzz",
"_zoneinfo",
"abc",
Expand Down
12 changes: 6 additions & 6 deletions stdlibs/releases.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"3.5" = "https://www.python.org/ftp/python/3.5.10/Python-3.5.10.tgz"
"3.6" = "https://www.python.org/ftp/python/3.6.15/Python-3.6.15.tgz"
"3.7" = "https://www.python.org/ftp/python/3.7.17/Python-3.7.17.tgz"
"3.8" = "https://www.python.org/ftp/python/3.8.18/Python-3.8.18.tgz"
"3.9" = "https://www.python.org/ftp/python/3.9.18/Python-3.9.18.tgz"
"3.10" = "https://www.python.org/ftp/python/3.10.13/Python-3.10.13.tgz"
"3.11" = "https://www.python.org/ftp/python/3.11.7/Python-3.11.7.tgz"
"3.12" = "https://www.python.org/ftp/python/3.12.1/Python-3.12.1.tgz"
"3.13" = "https://www.python.org/ftp/python/3.13.0/Python-3.13.0a3.tgz"
"3.8" = "https://www.python.org/ftp/python/3.8.19/Python-3.8.19.tgz"
"3.9" = "https://www.python.org/ftp/python/3.9.19/Python-3.9.19.tgz"
"3.10" = "https://www.python.org/ftp/python/3.10.14/Python-3.10.14.tgz"
"3.11" = "https://www.python.org/ftp/python/3.11.9/Python-3.11.9.tgz"
"3.12" = "https://www.python.org/ftp/python/3.12.3/Python-3.12.3.tgz"
"3.13" = "https://www.python.org/ftp/python/3.13.0/Python-3.13.0b1.tgz"

0 comments on commit 6867424

Please sign in to comment.