Skip to content

Commit

Permalink
fixup! ⬆️ Update PyO3 to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Nov 16, 2024
1 parent 5ad1940 commit 78dfc2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# This file is autogenerated by maturin v1.7.1 (and modified)
# To update, run
#
# maturin generate-ci github
#
name: Python

on:
Expand Down
2 changes: 1 addition & 1 deletion crates/pycolorsaurus/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "colorsaurus"
requires-python = ">=3.8"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down

0 comments on commit 78dfc2d

Please sign in to comment.