Skip to content

Commit 21f10d6

Browse files
committed
added support for cmd specific env vars and auth
1 parent 5f1c4c2 commit 21f10d6

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
- windows-latest
1414
# - macos-latest
1515
python-version:
16-
# - "3.7"
17-
# - "3.8"
18-
# - "3.9"
19-
- "3.10"
20-
- "3.11"
21-
- "3.12"
16+
- "3.7"
17+
- "3.8"
18+
- "3.9"
19+
# - "3.10"
20+
# - "3.11"
21+
# - "3.12"
2222
# - "3.13"
2323
# exclude:
2424
# - os: macos-latest

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
'Programming Language :: Python :: 3.10',
3838
'Programming Language :: Python :: 3.11',
3939
'Programming Language :: Python :: 3.12',
40+
'Programming Language :: Python :: 3.13',
4041
'License :: OSI Approved :: MIT License',
4142
]
4243
)

0 commit comments

Comments
 (0)