Use newer python
This commit is contained in:
parent
66c2996ecd
commit
b378f378fd
2
.github/workflows/python-tests.yml
vendored
2
.github/workflows/python-tests.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
environment: test
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.8", "3.9", "3.10"]
|
||||
python-version: ["3.10", "3.11", "3.12"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -2,7 +2,7 @@ service: vxTwitter
|
||||
|
||||
provider:
|
||||
name: aws
|
||||
runtime: python3.8
|
||||
runtime: python3.12
|
||||
stage: dev
|
||||
iamRoleStatements:
|
||||
- Effect: Allow
|
||||
|
Loading…
x
Reference in New Issue
Block a user