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 622d1eb commit d724463Copy full SHA for d724463
.github/workflows/tests.yml
@@ -95,10 +95,13 @@ jobs:
95
- os: windows-latest
96
python: '3.12'
97
meson: '@git+https://github.com/mesonbuild/meson.git'
98
- # Test with oldest supported pyproject-metadata
+ # Test with older supported pyproject-metadata
99
- os: ubuntu-latest
100
101
pyproject_metadata: '==0.7.1'
102
+ - os: ubuntu-latest
103
+ python: '3.12'
104
+ pyproject_metadata: '==0.8.0'
105
106
steps:
107
- name: Checkout
0 commit comments