From 9e288b2d3e07baf52b75e199ae3e9bf463e18ea7 Mon Sep 17 00:00:00 2001 From: scivision Date: Fri, 22 Sep 2023 11:45:48 -0400 Subject: [PATCH] ci: python 3.9, 3.x --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ceeda4..d71919f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - py: ['3.7', '3.x'] + py: ['3.9', '3.x'] steps: - uses: actions/checkout@v4