File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 - name : Checkout source
1717 uses : actions/checkout@v2
1818
19- - name : Set up Python 3.8
19+ - name : Set up Python 3.12
2020 uses : actions/setup-python@v2
2121 with :
22- python-version : ' 3.8 '
22+ python-version : ' 3.12 '
2323
2424 - name : Validate the tag version against the package version
2525 run : python .github/workflows/validate_release_tag.py $GITHUB_REF
4343 - name : Set up Python
4444 uses : actions/setup-python@v2
4545 with :
46- python-version : ' 3.8 '
46+ python-version : ' 3.12 '
4747
4848 - name : Install Python dependencies
4949 run : pip install -e .[pre-commit]
@@ -109,10 +109,10 @@ jobs:
109109 - name : Checkout source
110110 uses : actions/checkout@v2
111111
112- - name : Set up Python 3.8
112+ - name : Set up Python 3.12
113113 uses : actions/setup-python@v2
114114 with :
115- python-version : ' 3.8 '
115+ python-version : ' 3.12 '
116116
117117 - name : Install flit
118118 run : pip install flit~=3.4
You can’t perform that action at this time.
0 commit comments