Ship py39 to py312 for PyPI

This commit is contained in:
Dion Moult
2024-04-05 16:49:14 +11:00
committed by GitHub
parent ad4a1576d3
commit f9a590a22c
+2 -2
View File
@@ -36,7 +36,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
pyver: [py36, py37, py38, py39, py310, py311] pyver: [py39, py310, py311, py312]
config: config:
- { - {
name: "Windows Build", name: "Windows Build",
@@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2 # https://github.com/actions/setup-python - uses: actions/setup-python@v2 # https://github.com/actions/setup-python
with: with:
python-version: '3.10' # Version range or exact version of a Python version to use, using SemVer's version range syntax python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- run: echo ${{ env.DATE }} - run: echo ${{ env.DATE }}
- name: Get current date - name: Get current date