We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d193d59 commit 3ef8f6eCopy full SHA for 3ef8f6e
.github/workflows/wheels.yml
@@ -9,7 +9,13 @@ jobs:
9
strategy:
10
matrix:
11
os:
12
- [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
+ [
13
+ ubuntu-latest,
14
+ ubuntu-24.04-arm,
15
+ windows-latest,
16
+ macos-latest,
17
+ macos-15-intel,
18
+ ]
19
20
steps:
21
- uses: actions/checkout@v4
@@ -38,8 +44,7 @@ jobs:
38
44
39
45
- name: Upload sdist artifact
40
46
uses: actions/upload-artifact@v4
41
- if:
42
- ${{ github.ref == 'refs/heads/master' && matrix.os ==
47
+ if: ${{ github.ref == 'refs/heads/master' && matrix.os ==
43
48
'windows-latest'}}
49
with:
50
name: sdist-${{ matrix.os }}-${{ strategy.job-index }}
.harper-dictionary.txt
@@ -0,0 +1,12 @@
1
+Emscripten
2
+aafigure
3
+cffi
4
+matplotlib
5
+numpy
6
+png
7
+pygame
8
+pyglet
+pymunk
+pythonic
+setuptools
+wav
CITATION.cff
@@ -5,6 +5,6 @@ authors:
given-names: "Victor"
title: "Pymunk"
abstract: "A easy-to-use pythonic rigid body 2d physics library"
-version: 7.1.0
-date-released: 2025-06-29
+version: 7.2.0
+date-released: 2025-11-02
url: "https://pymunk.org"
README.rst
@@ -18,7 +18,7 @@ the Pymunk webpage for some examples.
2007 - 2025, Victor Blomqvist - vb@viblo.se, MIT License
-This release is based on the latest Pymunk release (7.1.0),
+This release is based on the latest Pymunk release (7.2.0),
22
using Munk2D 2.0.1 rev ade7ed72849e60289eefb7a41e79ae6322fefaf3.
23
24
pymunk/_version.py
@@ -32,7 +32,7 @@
32
cp = _chipmunk_cffi.lib
33
ffi = _chipmunk_cffi.ffi
34
35
-version = "7.1.0"
+version = "7.2.0"
36
37
chipmunk_version = "%s-%s" % (
ffi.string(cp.cpVersionString).decode("utf-8"),
pyproject.toml
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pymunk"
-version = "7.1.0" # remember to change me for new versions!
+version = "7.2.0" # remember to change me for new versions!
# Require cffi >1.14.0 since that (and older) has problem with returning structs from functions.
# Require cffi >= 1.17.1 since older cant work with latest setuptools version
dependencies = [
@@ -36,7 +36,16 @@ classifiers = [
requires-python = ">=3.9"
[project.optional-dependencies]
-dev = ["pyglet", "pygame", "pillow", "sphinx", "aafigure", "wheel", "matplotlib", "numpy"]
+dev = [
+ "pyglet",
+ "pygame",
+ "pillow",
+ "sphinx",
+ "aafigure",
+ "wheel",
+ "matplotlib",
+ "numpy",
+]
[project.urls]
Homepage = "https://www.pymunk.org"
51
Documentation = "https://www.pymunk.org"
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments