Skip to content

Commit c9ee6c7

Browse files
authored
Merge pull request #5 from multi-py/python_versions
Add 3.11, Drop 3.6
2 parents a7266b3 + 53b7710 commit c9ee6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ runs:
101101
TEMPLATE_DIRECTORY: ${{ inputs.template_directory }}
102102
PACKAGE: ${{ inputs.package }}
103103
PROJECT_NAME: ${{ inputs.package }}
104-
PYTHON_VERSIONS: "3.6 3.7 3.8 3.9 3.10"
104+
PYTHON_VERSIONS: "3.7 3.8 3.9 3.10 3.11"
105105
MAX_VERSIONS: ${{ inputs.max_versions }}
106106
ORGANIZATION: ${{ inputs.organization }}
107107
REPOSITORY: ${{ inputs.repository }}

0 commit comments

Comments
 (0)