diff options
author | Kyle Meyer <kyle@kyleam.com> | 2023-12-10 15:08:15 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2023-12-10 15:08:15 -0500 |
commit | 577b7128da4e60455d88bf7ac32742c83ffe1fa5 (patch) | |
tree | 79a597c8c2960ac9e9a7adcbcb01c8a4bea971d7 /.github/workflows | |
parent | 07b267b2054438e2471e565b38af3e0e75d1a7a5 (diff) | |
download | snakemake-mode-577b7128da4e60455d88bf7ac32742c83ffe1fa5.tar.gz |
ci: Bump Python version
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 4 |
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 |