Skip to content

Commit

Permalink
test: add 3.11 to unit and conformance tests (#209)
Browse files Browse the repository at this point in the history
In preparation for adding the python311 runtime to GCF, we should start
testing this version.
  • Loading branch information
matthewrobertson authored Dec 2, 2022
1 parent 5daeb4a commit 0ced0d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -75,4 +75,4 @@ jobs:
functionType: 'http'
useBuildpacks: false
validateConcurrency: true
cmd: "'functions-framework --source tests/conformance/main.py --target write_http_declarative_concurrent'"
cmd: "'functions-framework --source tests/conformance/main.py --target write_http_declarative_concurrent'"
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
python: ['3.6', '3.7', '3.8', '3.9', '3.10']
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 0ced0d2

Please sign in to comment.