Skip to content

Commit 8b2ddc6

Browse files
Merge pull request #3933 from boegel/eb_py310
also run tests for 'eb' command with Python 3.10
2 parents fad5d9f + ba7d509 commit 8b2ddc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eb_command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-18.04
77
strategy:
88
matrix:
9-
python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
9+
python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
1010
fail-fast: false
1111
steps:
1212
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)