Commit 407fbe5
Update poetry in ci from 1.4.2->2.2.1
Primarily to get new classifiers for showing supported python version on
PyPi (and in the badge in the readme here).
It's easy to verify this locally by using `uvx` to run versions of poetry to
build the .whl, and examine the wheel metadata:
```bash
❯ uvx --from=poetry==1.4.0 poetry -q build && unzip -q dist/nrfcloud_utils-*-py3-none-any.whl && rg 'Classifier: Programming Language :: Python' nrfcloud_utils-*.dist-info/METADATA && rm -rf nrfcloud_utils*
10:Classifier: Programming Language :: Python :: 3
11:Classifier: Programming Language :: Python :: 3.10
12:Classifier: Programming Language :: Python :: 3.11
❯ uvx --from=poetry==2.2.1 poetry -q build && unzip -q dist/nrfcloud_utils-*-py3-none-any.whl && rg 'Classifier: Programming Language :: Python' nrfcloud_utils-*.dist-info/METADATA && rm -rf nrfcloud_utils*
10:Classifier: Programming Language :: Python :: 3
11:Classifier: Programming Language :: Python :: 3.10
12:Classifier: Programming Language :: Python :: 3.11
13:Classifier: Programming Language :: Python :: 3.12
14:Classifier: Programming Language :: Python :: 3.13
15:Classifier: Programming Language :: Python :: 3.14
```1 parent b9f37c2 commit 407fbe5
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments