aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2023-07-25 17:36:23 +0200
committerMartin Polden <mpolden@mpolden.no>2023-07-25 17:37:34 +0200
commit877cf7f23bcdfa8716022350aa25fa7c25633023 (patch)
tree343202132c171bc7e2e8b3328e18800ce6ab3498
parent21703ac2f9742874e6189684276ae2e4e7bf5cc2 (diff)
build: stop testing python 3.7
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 92edaf4..2b3ca04 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -12,7 +12,6 @@ jobs:
strategy:
matrix:
python-version:
- - 3.7
- 3.8
- 3.9
- "3.10"