Skip to content

Commit 5c8e44d

Browse files
committed
Revert "add 3.13 test runner"
This reverts commit c81b6b6.
1 parent 1a8c90a commit 5c8e44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
os: [ubuntu-latest, windows-latest]
49-
python-version: ["3.10", "3.11", "3.12", "3.13"]
49+
python-version: ["3.10", "3.11", "3.12"] # TODO: 3.9, 3.10 (requires a lot of work for FakeCogResGen for tests)
5050
steps:
5151
- uses: actions/checkout@v4
5252
- uses: ./.github/actions/setup

0 commit comments

Comments
 (0)