Skip to content

Commit 0ced0d2

Browse files
test: add 3.11 to unit and conformance tests (GoogleCloudPlatform#209)
In preparation for adding the python311 runtime to GCF, we should start testing this version.
1 parent 5daeb4a commit 0ced0d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-18.04
66
strategy:
77
matrix:
8-
python-version: ['3.8', '3.9', '3.10']
8+
python-version: ['3.8', '3.9', '3.10', '3.11']
99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@v2
@@ -75,4 +75,4 @@ jobs:
7575
functionType: 'http'
7676
useBuildpacks: false
7777
validateConcurrency: true
78-
cmd: "'functions-framework --source tests/conformance/main.py --target write_http_declarative_concurrent'"
78+
cmd: "'functions-framework --source tests/conformance/main.py --target write_http_declarative_concurrent'"

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
python: ['3.6', '3.7', '3.8', '3.9', '3.10']
7+
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
88
platform: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.platform }}
1010
steps:

0 commit comments

Comments
 (0)