Use newer python

This commit is contained in:
Dylan 2024-10-30 18:23:19 +00:00
parent 66c2996ecd
commit b378f378fd
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ jobs:
environment: test environment: test
strategy: strategy:
matrix: matrix:
python-version: ["3.8", "3.9", "3.10"] python-version: ["3.10", "3.11", "3.12"]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View File

@ -2,7 +2,7 @@ service: vxTwitter
provider: provider:
name: aws name: aws
runtime: python3.8 runtime: python3.12
stage: dev stage: dev
iamRoleStatements: iamRoleStatements:
- Effect: Allow - Effect: Allow