Skip to content

Commit

Permalink
Undo 3.8 => 3.9 change
Browse files Browse the repository at this point in the history
  • Loading branch information
fyellin committed Oct 11, 2024
1 parent 0ee4892 commit 8d9d932
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ jobs:
fail-fast: false
matrix:
include:
- name: Test Linux py38
os: ubuntu-latest
pyversion: '3.9'
- name: Test Linux py39
os: ubuntu-latest
pyversion: '3.9'
Expand Down
2 changes: 1 addition & 1 deletion docs/start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Install with pip
----------------

You can install ``wgpu-py`` via pip.
Python 3.9 or higher is required. Pypy is supported. Only depends on ``cffi`` (installed automatically by pip).
Python 3.8 or higher is required. Pypy is supported. Only depends on ``cffi`` (installed automatically by pip).

.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
license = { file = "LICENSE" }
authors = [{ name = "Almar Klein" }, { name = "Korijn van Golen" }]
keywords = ["webgpu", "wgpu", "vulkan", "metal", "DX12", "opengl"]
requires-python = ">= 3.9"
requires-python = ">= 3.8"
dependencies = ["cffi>=1.15.0", "rubicon-objc>=0.4.1; sys_platform == 'darwin'"]

[project.optional-dependencies]
Expand Down

0 comments on commit 8d9d932

Please sign in to comment.