Skip to content

Commit

Permalink
CI: pytest - add python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Sep 23, 2024
1 parent 8f0be7c commit 08ac241
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
set -e
pip install uv
for version in 3.8 3.9 3.10 3.11 3.12; do
for version in 3.8 3.9 3.10 3.11 3.12 3.13; do
uv venv --preview --python $version
source .venv/bin/activate
uv pip install certifi pytest
Expand All @@ -83,7 +83,7 @@ jobs:
run: |
set -e
pip install uv
for version in 3.8 3.9 3.10 3.11 3.12; do
for version in 3.8 3.9 3.10 3.11 3.12 3.13; do
uv venv --preview --python $version
source .venv/bin/activate
uv pip install certifi pytest
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
image: quay.io/pypa/musllinux_1_2_${{ matrix.platform.target }}:latest
options: -v ${{ github.workspace }}:/io -w /io
run: |
for version in 3.8 3.9 3.10 3.11 3.12; do
for version in 3.8 3.9 3.10 3.11 3.12 3.13; do
python$version -m venv .venv
source .venv/bin/activate
pip install certifi pytest
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
run: |
set -e
pip install uv
for version in 3.8 3.9 3.10 3.11 3.12; do
for version in 3.8 3.9 3.10 3.11 3.12 3.13; do
uv venv --preview --python $version
source .venv/Scripts/activate
uv pip install certifi pytest
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
run: |
set -e
pip install uv
for version in 3.8 3.9 3.10 3.11 3.12; do
for version in 3.8 3.9 3.10 3.11 3.12 3.13; do
uv venv --preview --python $version
source .venv/bin/activate
uv pip install certifi pytest
Expand Down

0 comments on commit 08ac241

Please sign in to comment.