Skip to content

Commit

Permalink
Loosen requirements + add python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Apr 5, 2024
1 parent c6f9b3f commit fbca216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "moderngl-window"
version = "2.4.5"
version = "2.4.6"
description = "A cross platform helper library for ModernGL making window creation and resource loading simple"
readme = "README.md"
authors = [
Expand All @@ -24,10 +24,10 @@ classifiers = [
# zip-safe = false
dependencies = [
"moderngl<6",
"pyglet~=2.0.0",
"pyglet>=2.0.0",
"numpy>=1.16,<2",
"pyrr>=0.10.3,<1",
"Pillow~=10.0.1",
"Pillow>=10.0.1",
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit fbca216

Please sign in to comment.