Matrix builds for #303 exposed change in fromisotime for fractional-seconds between Python 3.10 and 3.11. Since 3.10 EOL is quite soon, adding what can be changed when support for 3.10 will be dropped as well.
Cleanup tasks for when Python 3.11 becomes minimum version
Matrix builds for #303 exposed change in fromisotime for fractional-seconds between Python 3.10 and 3.11. Since 3.10 EOL is quite soon, adding what can be changed when support for 3.10 will be dropped as well.
Cleanup tasks for when Python 3.11 becomes minimum version
parse_datetime_literalinpyodata/v2/model.py: remove fractional-seconds padding workaround (theif '.' in valueblock),fromisoformataccepts any number of fractional digits in 3.11+EdmDateTimeOffsetTypTraits.from_literalinpyodata/v2/model.py: remove fractional-seconds padding workaround (theif '.' in normalizedblock) for the same reasonEdmDateTimeOffsetTypTraits.from_literal: remove the.replace('Z', '+00:00')normalisation,fromisoformatacceptsZnatively in 3.11+