Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5ba854

Browse files
committed
CI: add py314 to test matrix on GHA
1 parent 2a94a7f commit c5ba854

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
pygobject-ver: '<3.52.0'
7474
- os: ubuntu-24.04
7575
python-version: '3.12'
76+
- os: ubuntu-24.04
77+
python-version: '3.14'
7678
- os: ubuntu-24.04-arm
7779
python-version: '3.12'
7880
- os: macos-14 # This runner is on M1 (arm64) chips.
@@ -87,6 +89,10 @@ jobs:
8789
python-version: '3.13'
8890
# https://github.com/matplotlib/matplotlib/issues/29732
8991
pygobject-ver: '<3.52.0'
92+
- os: macos-15 # This runner is on M1 (arm64) chips.
93+
python-version: '3.14'
94+
# https://github.com/matplotlib/matplotlib/issues/29732
95+
pygobject-ver: '<3.52.0'
9096

9197
steps:
9298
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)