We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a94a7f commit c5ba854Copy full SHA for c5ba854
1 file changed
.github/workflows/tests.yml
@@ -73,6 +73,8 @@ jobs:
73
pygobject-ver: '<3.52.0'
74
- os: ubuntu-24.04
75
python-version: '3.12'
76
+ - os: ubuntu-24.04
77
+ python-version: '3.14'
78
- os: ubuntu-24.04-arm
79
80
- os: macos-14 # This runner is on M1 (arm64) chips.
@@ -87,6 +89,10 @@ jobs:
87
89
python-version: '3.13'
88
90
# https://github.com/matplotlib/matplotlib/issues/29732
91
92
+ - os: macos-15 # This runner is on M1 (arm64) chips.
93
94
+ # https://github.com/matplotlib/matplotlib/issues/29732
95
+ pygobject-ver: '<3.52.0'
96
97
steps:
98
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments