From f9a590a22c3d24624308cd93b91c9da4b69ed249 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Fri, 5 Apr 2024 16:49:14 +1100 Subject: [PATCH] Ship py39 to py312 for PyPI --- .github/workflows/ci-ifcopenshell-pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-ifcopenshell-pypi.yml b/.github/workflows/ci-ifcopenshell-pypi.yml index a15ef379b2..5ee327e15c 100644 --- a/.github/workflows/ci-ifcopenshell-pypi.yml +++ b/.github/workflows/ci-ifcopenshell-pypi.yml @@ -36,7 +36,7 @@ jobs: strategy: fail-fast: false matrix: - pyver: [py36, py37, py38, py39, py310, py311] + pyver: [py39, py310, py311, py312] config: - { name: "Windows Build", @@ -58,7 +58,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 # https://github.com/actions/setup-python 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 - run: echo ${{ env.DATE }} - name: Get current date