Skip to content

Commit 0f8ff50

Browse files
committed
added support for cmd specific env vars and auth
1 parent bba91a3 commit 0f8ff50

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ jobs:
1515
python-version:
1616
# - "3.7"
1717
# - "3.8"
18-
# - "3.9"
19-
# - "3.10"
20-
# - "3.11"
18+
- "3.9"
19+
- "3.10"
20+
- "3.11"
2121
- "3.12"
2222
# - "3.13"
23+
# - "3.14"
2324
exclude:
2425
- os: macos-latest
2526
python-version: "3.7"

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
'Operating System :: Microsoft :: Windows',
3434
'Operating System :: MacOS',
3535
'Operating System :: POSIX :: Linux',
36-
'Programming Language :: Python :: 3.7',
37-
'Programming Language :: Python :: 3.8',
3836
'Programming Language :: Python :: 3.9',
3937
'Programming Language :: Python :: 3.10',
4038
'Programming Language :: Python :: 3.11',

0 commit comments

Comments
 (0)