Skip to content

Commit

Permalink
pypi_formula_mappings: add pypy3.9 and pypy3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m authored and p-linnane committed Mar 2, 2024
1 parent 3b5b178 commit b0085ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pypi_formula_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,14 @@
"pyinstaller": {
"extra_packages": ["macholib"]
},
"pypy3.10": {
"package_name": "",
"extra_packages": ["pip", "setuptools==59.8.0"]
},
"pypy3.9": {
"package_name": "",
"extra_packages": ["pip", "setuptools==59.8.0"]
},
"pyqt": {
"exclude_packages": [
"PyQt6-3D-Qt6", "PyQt6-Charts-Qt6", "PyQt6-DataVisualization-Qt6",
Expand Down

0 comments on commit b0085ff

Please sign in to comment.