Skip to content

Commit

Permalink
add PIL and change CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py committed Sep 27, 2023
1 parent 54abc4e commit 3419943
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ on:
push:
branches:
- main
- master
- dev
tags:
- '*'
pull_request:
branches:
- main
workflow_dispatch:

permissions:
Expand Down
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ build-backend = "maturin"

[project]
name = "pillow_jxl_plugin"
requires-python = ">=3.7"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]

dependencies = [
"Pillow >= 10.1",
]

[tool.maturin]
features = ["pyo3/extension-module"]

0 comments on commit 3419943

Please sign in to comment.