Skip to content

Commit 95ad567

Browse files
committed
Disable PyGame CI on 3.14
1 parent c188965 commit 95ad567

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ jobs:
4040
matrix:
4141
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
4242
framework: [ "toga", "pyside6", "pygame", "console" ]
43+
# Pygame hasn't published 3.14 wheels yet.
4344
# Toga is waiting on a release of Python.net for 3.14
4445
exclude:
46+
- python-version: "3.14"
47+
framework: pygame
4548
- python-version: "3.14"
4649
framework: toga

stub/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
project_name = "Stub"
33
bundle = "org.beeware"
44
version = "1.0.0"
5-
license.file = "../LICENSE"
5+
license = "BSD-3-Clause"
6+
license-files = [
7+
"../LICENSE",
8+
]
69

710
# Use the current state of this repo as the template.
811
template = ".."

0 commit comments

Comments
 (0)