@@ -33,13 +33,13 @@ jobs:
3333 if [[ "${{ github.event_name }}" == "schedule" || "${{ github.head_ref }}" =~ ^release_ ]]; then \
3434 echo "matrix={ \
3535 \"os\": [ \"ubuntu-latest\", \"macos-latest\", \"windows-latest\" ], \
36- \"python-version\": [ \"3.8\", \"3.9\", \"3.10\", \"3.11\", \"3.12\" ], \
36+ \"python-version\": [ \"3.8\", \"3.9\", \"3.10\", \"3.11\", \"3.12\", \"3.13\" ], \
3737 \"package_level\": [ \"minimum\", \"latest\" ] \
3838 }" >> $GITHUB_OUTPUT; \
3939 else \
4040 echo "matrix={ \
4141 \"os\": [ \"ubuntu-latest\" ], \
42- \"python-version\": [ \"3.8\", \"3.12 \" ], \
42+ \"python-version\": [ \"3.8\", \"3.13 \" ], \
4343 \"package_level\": [ \"minimum\", \"latest\" ], \
4444 \"include\": [ \
4545 { \
6464 }, \
6565 { \
6666 \"os\": \"macos-latest\", \
67- \"python-version\": \"3.12 \", \
67+ \"python-version\": \"3.13 \", \
6868 \"package_level\": \"minimum\" \
6969 }, \
7070 { \
7474 }, \
7575 { \
7676 \"os\": \"windows-latest\", \
77- \"python-version\": \"3.12 \", \
77+ \"python-version\": \"3.13 \", \
7878 \"package_level\": \"minimum\" \
7979 } \
8080 ] \
0 commit comments