Skip to content

Commit

Permalink
Python 3.13.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yhg1s committed Oct 13, 2023
1 parent b7f9661 commit ad056f0
Show file tree
Hide file tree
Showing 638 changed files with 8,655 additions and 2,808 deletions.
4 changes: 2 additions & 2 deletions Include/patchlevel.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 13
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
#define PY_RELEASE_SERIAL 0
#define PY_RELEASE_SERIAL 1

/* Version as a string */
#define PY_VERSION "3.13.0a0"
#define PY_VERSION "3.13.0a1"
/*--end constants--*/

/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Expand Down
3,154 changes: 1,904 additions & 1,250 deletions Lib/pydoc_data/topics.py

Large diffs are not rendered by default.

Loading

0 comments on commit ad056f0

Please sign in to comment.