File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
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@v4
1818
19- - name : Set up Python 3.9
19+ - name : Set up Python 3.10
2020 uses : actions/setup-python@v2
2121 with :
22- python-version : ' 3.9 '
22+ python-version : ' 3.10 '
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.9 '
46+ python-version : ' 3.10 '
4747
4848 - name : Install Python dependencies
4949 run : pip install -e .[pre-commit,tests]
@@ -100,10 +100,10 @@ jobs:
100100 - name : Checkout source
101101 uses : actions/checkout@v4
102102
103- - name : Set up Python 3.9
103+ - name : Set up Python 3.10
104104 uses : actions/setup-python@v2
105105 with :
106- python-version : ' 3.9 '
106+ python-version : ' 3.10 '
107107
108108 - name : Install flit
109109 run : pip install flit~=3.4
Original file line number Diff line number Diff line change 2020
2121 strategy :
2222 matrix :
23- python-version : ['3.9 ', '3.12']
23+ python-version : ['3.10 ', '3.12']
2424
2525 services :
2626 postgres :
You can’t perform that action at this time.
0 commit comments