zillionare / python-project-wizard

A tool for creating skeleton python project, built with popular develop tools and conform to best practice.
https://zillionare.github.io/python-project-wizard/
BSD 3-Clause "New" or "Revised" License
123 stars 104 forks source link

CI doesn't support 3.10 #10

Closed zillionare closed 1 year ago

zillionare commented 1 year ago

when use python 3.10, at

        with:
          python-version: ${{ matrix.python-versions }}

3.10 is recognized as 3.1 thus the action failed