File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
{{cookiecutter.project_name}}/.github/workflows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 - { python-version: 3.9, os: ubuntu-latest, session: "tests" }
2323 - { python-version: 3.8, os: ubuntu-latest, session: "tests" }
2424 - { python-version: 3.7, os: ubuntu-latest, session: "tests" }
25- - { python-version: 3.9 , os: windows-latest, session: "tests" }
26- - { python-version: 3.9 , os: macos-latest, session: "tests" }
25+ - { python-version: "3.10" , os: windows-latest, session: "tests" }
26+ - { python-version: "3.10" , os: macos-latest, session: "tests" }
2727 - { python-version: "3.10", os: ubuntu-latest, session: "typeguard" }
2828 - { python-version: "3.10", os: ubuntu-latest, session: "xdoctest" }
2929 - { python-version: "3.10", os: ubuntu-latest, session: "docs-build" }
You can’t perform that action at this time.
0 commit comments