Skip to content

Python 3.10 version check is failed in python privider #14586

@Shougo

Description

  • nvim --version: NVIM v0.5.0-dev+4178-gd16e9d8ed
  • Operating system/version: Manjaro Linux
  • Terminal name/version:
  • $TERM:
  • Python version: 3.10

Actual behaviour

if a:version == 3 && str2float(pyversion) < 3.3

str2float('3.10') < 3.3 is failed.
3.10 is smaller than 3.3.

Expected behaviour

The check should be passed or the check should be removed.

Metadata

Assignees

No one assigned

    Labels

    bugissues reporting wrong behaviorprovider

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions