Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[project]
name = 'pyjnius'
requires-python = ">= 3.7"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pythonista 3.9 will end-of-life this week. Perhaps this should be 3.10 so users are not building solutions on a slower and less secure base.


[build-system]
requires = [
"setuptools>=58.0.0",
Expand Down