mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Update spec version number.
This commit is contained in:
parent
f2651e193c
commit
a016debad0
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ __all__ = [
|
|||
'setcontext', 'getcontext', 'localcontext'
|
||||
]
|
||||
|
||||
__version__ = '1.68' # Highest version of the spec this complies with
|
||||
__version__ = '1.70' # Highest version of the spec this complies with
|
||||
|
||||
import copy as _copy
|
||||
import math as _math
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue