Skip to content

Commit 679e0e4

Browse files
committed
CI: test also with pyproject-metadata 0.8.0
1 parent 82f27e8 commit 679e0e4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,13 @@ jobs:
9595
- os: windows-latest
9696
python: '3.12'
9797
meson: '@git+https://github.com/mesonbuild/meson.git'
98-
# Test with oldest supported pyproject-metadata
98+
# Test with older supported pyproject-metadata
9999
- os: ubuntu-latest
100100
python: '3.12'
101101
pyproject_metadata: '==0.7.1'
102+
- os: ubuntu-latest
103+
python: '3.12'
104+
pyproject_metadata: '==0.8.0'
102105

103106
steps:
104107
- name: Checkout

0 commit comments

Comments
 (0)