Skip to content

Commit

Permalink
ci: use the latest Python
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 3, 2023
1 parent 00547bf commit 32481aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2020-2021 Sutou Kouhei <kou@clear-code.com>
# Copyright (C) 2020-2023 Sutou Kouhei <kou@clear-code.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
Expand All @@ -25,10 +25,10 @@ jobs:
fail-fast: false
matrix:
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
- "3.8"
- "3.9"
- "3.10"
- "3.11"
runs-on:
# - macos-latest
- ubuntu-latest
Expand Down

0 comments on commit 32481aa

Please sign in to comment.