Skip to content

Commit

Permalink
Revert "add 3.13 test runner"
Browse files Browse the repository at this point in the history
This reverts commit c81b6b6.
  • Loading branch information
haakonvt committed Oct 8, 2024
1 parent 1a8c90a commit 5c8e44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12"] # TODO: 3.9, 3.10 (requires a lot of work for FakeCogResGen for tests)
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
Expand Down

0 comments on commit 5c8e44d

Please sign in to comment.