aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-08-30 21:46:37 -0400
committerBobby <[email protected]>2022-08-30 21:46:37 -0400
commit23845535302ee3057e72781b10477a6c40b157bc (patch)
tree84e59d53136e6102913389e7edff4b6bba939380 /.github
parentb69d70b508a2da780d037062440631332bd8bd9e (diff)
downloadedify-23845535302ee3057e72781b10477a6c40b157bc.tar.xz
edify-23845535302ee3057e72781b10477a6c40b157bc.zip
Update Python Version in Coverage CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/coverage.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 589ea16..1ee1661 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
- python-version: 3.9
+ python-version: 3.10
- name: install dependencies
run: |
python -m pip install --upgrade pip