Skip to content

Commit

Permalink
fix zzip and abandon python 3.5 and 3.6 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lejafar committed Apr 26, 2023
1 parent e5a8743 commit 4606fe1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"
12 changes: 10 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4606fe1

Please sign in to comment.