Skip to content

Commit 48f3c26

Browse files
author
Val Brodsky
committed
Add 3.10 to gihub PR tests
1 parent 6a14896 commit 48f3c26

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
prod-key: PROD_LABELBOX_API_KEY_3
2727
staging-key: STAGING_LABELBOX_API_KEY_3
2828
da-test-key: DA_GCP_LABELBOX_API_KEY
29+
- python-version: '3.10'
30+
prod-key: PROD_LABELBOX_API_KEY_4
31+
staging-key: STAGING_LABELBOX_API_KEY_4
32+
da-test-key: DA_GCP_LABELBOX_API_KEY
2933

3034
steps:
3135
- name: Cancel previous workflow

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# content of: tox.ini , put in same dir as setup.py
22
[tox]
3-
envlist = py37, py38, py39
3+
envlist = py37, py38, py39, py310
44

55
[testenv]
66
# install pytest in the virtualenv where commands will be executed

0 commit comments

Comments
 (0)