From 0f916fc841b106e55233976c4c434b1ba4cfe0dc Mon Sep 17 00:00:00 2001 From: Galen Lynch Date: Wed, 23 Oct 2024 20:53:47 -0700 Subject: [PATCH] modernize python versions 3.8 is EOL! It's 2024 folks --- .github/workflows/test_and_lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml index 444392d..b001ac6 100644 --- a/.github/workflows/test_and_lint.yml +++ b/.github/workflows/test_and_lint.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.8', '3.9', '3.10' ] + python-version: [ '3.11', '3.12', '3.13' ] steps: - uses: actions/checkout@v3 - uses: FedericoCarboni/setup-ffmpeg@v3