We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab291c commit e1203adCopy full SHA for e1203ad
1 file changed
.github/workflows/pythonapp.yml
@@ -24,10 +24,10 @@ jobs:
24
uses: actions/checkout@v4
25
with:
26
path: ./Merely-Framework/overlay
27
- - name: Set up Python 3.10
+ - name: Set up Python 3.11
28
uses: actions/setup-python@v5
29
30
- python-version: "3.10"
+ python-version: "3.11"
31
- name: Install dependencies
32
working-directory: ./Merely-Framework
33
run: |
0 commit comments