Used the version of Ubuntu that still have Python 3.6

This commit is contained in:
Karim shoair
2024-10-14 00:31:46 +03:00
parent c85fabb581
commit 223adfdfdc
+8 -1
View File
@@ -7,30 +7,37 @@ concurrency:
jobs: jobs:
tests: tests:
runs-on: ubuntu-latest runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- python-version: "3.6.15" - python-version: "3.6.15"
os: ubuntu-20.04
env: env:
TOXENV: py36 TOXENV: py36
- python-version: "3.7" - python-version: "3.7"
os: ubuntu-latest
env: env:
TOXENV: py TOXENV: py
- python-version: "3.8" - python-version: "3.8"
os: ubuntu-latest
env: env:
TOXENV: py TOXENV: py
- python-version: "3.9" - python-version: "3.9"
os: ubuntu-latest
env: env:
TOXENV: py TOXENV: py
- python-version: "3.10" - python-version: "3.10"
os: ubuntu-latest
env: env:
TOXENV: py TOXENV: py
- python-version: "3.11" - python-version: "3.11"
os: ubuntu-latest
env: env:
TOXENV: py TOXENV: py
- python-version: "3.12" - python-version: "3.12"
os: ubuntu-latest
env: env:
TOXENV: py TOXENV: py