Skip to content

Commit

Permalink
Merge pull request #369 from wayfair-incubator/change_to_310
Browse files Browse the repository at this point in the history
Main Docker image was changed to 3.10, but there were still few things that stayed 3.9
  • Loading branch information
romatik authored Oct 28, 2022
2 parents caa1595 + fc940e0 commit 6674d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: CI
on: [push, pull_request]

env:
PYTHON_VERSION: "3.9"
PYTHON_VERSION: "3.10"

jobs:
bandit:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Publish Release
env:
PYTHON_VERSION: "3.9"
PYTHON_VERSION: "3.10"
on:
release:
types: [published]
Expand Down

0 comments on commit 6674d5e

Please sign in to comment.