Commit 2011660c authored by Yamada Hiroyuki's avatar Yamada Hiroyuki
Browse files

Fix version specifier

parent 617f3c31
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ jobs:
    needs: readme
    strategy:
      matrix:
        py: ['3.9', '3.10', '3.11', '3.12', '3.13']
        py: ['39', '310', '311', '312', '313']
      fail-fast: false
    runs-on: ubuntu-latest
    steps: