Skip to content

Commit 221e63f

Browse files
author
hvalev
committed
removed unavailable python version
1 parent eec0090 commit 221e63f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
16-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
16+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v2

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-22.04
1313
strategy:
1414
matrix:
15-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
15+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
1616
steps:
1717
- name: Checkout code
1818
uses: actions/checkout@v2

0 commit comments

Comments
 (0)