Skip to content

Commit

Permalink
Change requirements to >= 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fyellin committed Oct 11, 2024
1 parent c54cf5d commit 0ee4892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.8 or higher is required. Pypy is supported. Only depends on ``cffi`` (installed automatically by pip).
Python 3.9 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.8"
requires-python = ">= 3.9"
dependencies = ["cffi>=1.15.0", "rubicon-objc>=0.4.1; sys_platform == 'darwin'"]

[project.optional-dependencies]
Expand Down

0 comments on commit 0ee4892

Please sign in to comment.