Skip to content

Commit a57d1ee

Browse files
authored
Test on Python 3.10 (#212)
1 parent abbbe15 commit a57d1ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
container: python:${{ matrix.python }}-slim
1313
strategy:
1414
matrix:
15-
python: ['3.6', '3.7', '3.8', '3.9']
15+
python: ['3.6', '3.7', '3.8', '3.9', '3.10']
1616
steps:
1717
- run: python3 --version
1818
- name: Check out code
@@ -53,6 +53,7 @@ jobs:
5353
path: docs/pyteal.docset.tar.gz
5454
upload-to-pypi:
5555
runs-on: ubuntu-20.04
56+
container: python:3.9
5657
needs: ['build-test']
5758
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}
5859
steps:

0 commit comments

Comments
 (0)