Skip to content

Commit

Permalink
Python 3.9 -> 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sapetnioc committed Apr 26, 2024
1 parent b4b7e15 commit 29357b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.9"

python-version: "3.10"
- name: Install Redis
run: |
sudo apt update
Expand Down

0 comments on commit 29357b2

Please sign in to comment.