Skip to content

Commit

Permalink
Drop Python 3.8 support to work with PyMCubes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Aug 10, 2024
1 parent 4c4d7b5 commit dbf592f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,16 @@ jobs:
- libegl1-mesa
- libhdf5-dev
envs: |
- linux: py38-test
- linux: py39-test
- linux: py310-test
- linux: py311-test
- linux: py312-test
- macos: py38-test
- macos: py39-test
- macos: py310-test
- macos: py311-test
- macos: py312-test
- windows: py38-test
- windows: py39-test
- windows: py310-test
- windows: py311-test
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ def data_files(root_directory):
setup_args = dict(
name=name,
cmdclass=cmdclass,
python_requires=">=3.8",
python_requires=">=3.9",
zip_safe=False,
packages=find_packages(name, exclude=["js"]),
package_data={
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{38,39,310,311,312}-test
envlist = py{39,310,311,312}-test

[testenv]
passenv =
Expand Down

0 comments on commit dbf592f

Please sign in to comment.