Skip to content

Commit 594fa43

Browse files
authored
Merge pull request #2 from LemurPwned/feat/gh-action
workflow bump to 3.11
2 parents 5412b04 + 991da37 commit 594fa43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v3
23-
- name: Set up Python 3.9
23+
- name: Set up Python 3.11
2424
uses: actions/setup-python@v2.2.2
2525
with:
26-
python-version: "3.9"
26+
python-version: "3.11"
2727

2828
- name: Install dependencies
2929
run: |

0 commit comments

Comments
 (0)