Skip to content

Commit

Permalink
drop python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipitis committed Sep 25, 2024
1 parent 290a52a commit 6485aef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ jobs:
fail-fast: false
matrix:
include:
- name: Test Linux py38
os: ubuntu-latest
pyversion: '3.8'
- name: Test Linux py39
os: ubuntu-latest
pyversion: '3.9'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
]
description = "Shadertoy implementation based on wgpu-py"
license = {file = "LICENSE"}
requires-python = ">=3.8.0"
requires-python = ">=3.9.0"
authors = [
{name = "Jan Kels", email = "[email protected]"},
]
Expand Down

0 comments on commit 6485aef

Please sign in to comment.