From 4606fe1873d42f38376e414678dda83a7855f5c5 Mon Sep 17 00:00:00 2001 From: Rafael Hautekiet Date: Wed, 26 Apr 2023 16:31:22 +0200 Subject: [PATCH] fix zzip and abandon python 3.5 and 3.6 builds --- .github/workflows/main.yml | 2 +- Pipfile | 1 + Pipfile.lock | 12 ++++++++++-- README.md | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 05cee70..ed9c25d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python: ["3.10", "3.9", "3.8", "3.7", "3.6", "3.5"] + python: ["3.10", "3.9", "3.8", "3.7"] steps: - uses: actions/checkout@v2 with: diff --git a/Pipfile b/Pipfile index 003e66a..7157559 100644 --- a/Pipfile +++ b/Pipfile @@ -9,3 +9,4 @@ trimesh = "*" pytest = "*" importlib-metadata = { version= ">=0.12", markers = "python_version < '3.8'"} atomicwrites = { version = ">=1.0", markers = "sys_platform=='win32'"} +zipp = "*" diff --git a/Pipfile.lock b/Pipfile.lock index a3df0f6..fb94216 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "95ef8703d7634e08c4c5796f1048e73f05018cf1a3830744112fac97d89be0e6" + "sha256": "4832123b5d65b17643804d2ab728f6606b05cdfe202642bf023d3f2099f2dfc2" }, "pipfile-spec": 6, "requires": {}, @@ -106,7 +106,7 @@ }, "python-openctm": { "path": ".", - "version": "==1.0.11" + "version": "==1.0.12" }, "tomli": { "hashes": [ @@ -123,6 +123,14 @@ ], "index": "pypi", "version": "==3.21.5" + }, + "zipp": { + "hashes": [ + "sha256:112929ad649da941c23de50f356a2b5570c954b65150642bccdd66bf194d224b", + "sha256:48904fc76a60e542af151aded95726c1a5c34ed43ab4134b597665c86d7ad556" + ], + "index": "pypi", + "version": "==3.15.0" } } } diff --git a/README.md b/README.md index 09acffc..8ab8d95 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Python-OpenCTM Python-OpenCTM is a Python interface for the [OpenCTM](https://github.com/Danny02/OpenCTM) file format. A format that allows a geometry to be compressed to a fraction of comparable file formats (3DS, STL, COLLADA...). -Pre-built python (**3.5**-**3.10**) wheels available for **Linux**, **MacOS** and **Windows** +Pre-built python (**3.7**-**3.10**) wheels available for **Linux**, **MacOS** and **Windows** ## Installation