aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2023-12-10 15:08:15 -0500
committerKyle Meyer <kyle@kyleam.com>2023-12-10 15:08:15 -0500
commit577b7128da4e60455d88bf7ac32742c83ffe1fa5 (patch)
tree79a597c8c2960ac9e9a7adcbcb01c8a4bea971d7
parent07b267b2054438e2471e565b38af3e0e75d1a7a5 (diff)
downloadsnakemake-mode-577b7128da4e60455d88bf7ac32742c83ffe1fa5.tar.gz
ci: Bump Python version
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ac591aa..6daa829 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -31,10 +31,10 @@ jobs:
with:
repository: kyleam/snakemake-mode
path: snakemake-mode
- - name: Set up Python 3.7
+ - name: Set up Python
uses: actions/setup-python@v1
with:
- python-version: 3.7
+ python-version: 3.12
- name: Install Snakemake
run: |
python -m pip install --upgrade pip