Skip to content

Commit de8660f

Browse files
author
Aviat Cohen
committed
remove python 3.13 from test build just for testing - will be revertgit add .github/workflows/fab-build.ymlgit add .github/workflows/fab-build.yml
1 parent 1511aba commit de8660f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fab-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
tox-env: "py311"
8080
- python-version: "3.12"
8181
tox-env: "py312"
82-
- python-version: "3.13"
83-
tox-env: "py313"
82+
# - python-version: "3.13"
83+
# tox-env: "py313"
8484
steps:
8585
- uses: actions/checkout@v3
8686

0 commit comments

Comments
 (0)