Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Dec 23, 2024
1 parent 035c607 commit 8671e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:

jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
strategy:
matrix:
include:
- python-version: 2.7
toxenv: py27-core
- python-version: 3.9
toxenv: py39-core
- python-version: 3.10
- python-version: "3.10"
toxenv: py310-core
- python-version: 3.11
toxenv: py311-core
Expand Down

0 comments on commit 8671e58

Please sign in to comment.