Post 3.12.0rc3 · python/cpython@4a0c118 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 4a0c118
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -23,7 +23,7 @@ | ||
23 | 23 | #define PY_RELEASE_SERIAL 3 |
24 | 24 | |
25 | 25 | /* Version as a string */ |
26 | -#define PY_VERSION "3.12.0rc3" | |
26 | +#define PY_VERSION "3.12.0rc3+" | |
27 | 27 | /*--end constants--*/ |
28 | 28 | |
29 | 29 | /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |