Skip to content

Commit

Permalink
Requiring python 3.8. Using tkinter_gl source rather than wheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
unhyperbolic committed Mar 7, 2024
1 parent 545fcdb commit 9bd720a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pip install git+https://github.com/3-manifolds/PLink &&
pip install git+https://github.com/3-manifolds/snappy_manifolds &&
pip install git+https://github.com/3-manifolds/Spherogram &&
pip install https://files.pythonhosted.org/packages/1d/b8/a2e2979750527f291d6e181172e08495ebb65374ee7fbfbfc4fe33094532/tkinter_gl-1.0a2-py3-none-any.whl
pip install git+https://github.com/3-manifolds/tkinkter_gl
CIBW_REPAIR_WHEEL_COMMAND_LINUX: auditwheel repair --strip -w {dest_dir} {wheel}
CIBW_TEST_COMMAND: python -m snappy.test --skip-modern-opengl

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def add(self, source_file, dependency_mod_time=0.0):
setup( name = 'snappy',
version = version,
zip_safe = False,
python_requires = '>=3',
python_requires = '>=3.8',
install_requires = install_requires,
packages = ['snappy', 'snappy/manifolds', 'snappy/twister',
'snappy/snap', 'snappy/snap/t3mlite', 'snappy/snap/peripheral',
Expand Down

0 comments on commit 9bd720a

Please sign in to comment.