summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <ajak@gentoo.org>2023-12-25 15:12:26 -0800
committerJohn Helmert III <ajak@gentoo.org>2023-12-25 15:21:53 -0800
commit351947184a396e723812a80a88019e8faa1a3a15 (patch)
treed718ae6866cafe4d37e2dcf4f59be2d9d2208cc0
parentautoglsa: switch Relationship column assignments to appends (diff)
downloadglsamaker-351947184a396e723812a80a88019e8faa1a3a15.tar.gz
glsamaker-351947184a396e723812a80a88019e8faa1a3a15.tar.bz2
glsamaker-351947184a396e723812a80a88019e8faa1a3a15.zip
github: drop python 3.10 from actions
Signed-off-by: John Helmert III <ajak@gentoo.org>
-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 42608ad..7bdd5d4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,7 +13,6 @@ jobs:
strategy:
matrix:
python-version:
- - '3.10'
- '3.11'
steps: