Skip to content

Commit 207aa8b

Browse files
committed
Fix GH workflow versions
1 parent 8b7bc13 commit 207aa8b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [3.9, 3.10, 3.11, 3.12, 3.13]
16+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1717

1818
steps:
1919
- uses: actions/checkout@v2

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
description-file = README.md
2+
description_file = README.md
33

44
[bdist_wheel]
5-
universal=1
5+
universal=1

0 commit comments

Comments
 (0)