summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-08-19 17:55:21 +0200
committernicolargo <nicolas@nicolargo.com>2023-08-19 17:55:21 +0200
commit9d1a28d626a2db45cae3e910eebf316e505b3886 (patch)
tree99a9c0319951b7eb73978ab29399cde50fa07958
parent723e0617bc0d1ecad3532e2fcf0209035b8d61bf (diff)
Minimum Python version is 3.8
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3f770fb6..a62af7df 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: ["3.7", "3.8", "3.9", "3.10"]
+ python-version: ["3.8", "3.9", "3.10", "3.11"]
steps: