From 4f43e46e582d6638b575cf21ad90e00ab777e535 Mon Sep 17 00:00:00 2001
From: pgleeson
Date: Wed, 29 May 2024 16:39:56 +0100
Subject: [PATCH] Update gha versions
---
.github/workflows/ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ca7dfec..f51dadb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,13 +16,13 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [ 3.9, "3.10" ]
+ python-version: [ 3.9, "3.10", "3.11" ]
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}