Skip to content
Snippets Groups Projects
  • Deaktivert bruker's avatar
    55eebb79
    build: bump Python development dependency to 3.9 · 55eebb79
    Deaktivert bruker authored
    Python 3.9 has some minor library API changes that it would be
    useful for us to have, such as type hinting for generics in
    collections, union operators for dicts, and perhaps most generally
    useful, new methods for removing prefixes and suffixes from strings.
    
    Unless we have a strong reason not to, we should be targetting the
    latest stable release.
    
    Fixes: GREG-13
    55eebb79
    History
    build: bump Python development dependency to 3.9
    Deaktivert bruker authored
    Python 3.9 has some minor library API changes that it would be
    useful for us to have, such as type hinting for generics in
    collections, union operators for dicts, and perhaps most generally
    useful, new methods for removing prefixes and suffixes from strings.
    
    Unless we have a strong reason not to, we should be targetting the
    latest stable release.
    
    Fixes: GREG-13