Python functions to get top-level importables names
0

Configure Feed

Select the types of activity you want to include in your feed.

Test all supported versions on CI

Juan Luis Cano Rodríguez (Dec 4, 2023, 9:34 PM +0100) 012e5b65 dadba7e4

+1 -1
+1 -1
.github/workflows/test.yml
··· 6 6 runs-on: ubuntu-latest 7 7 strategy: 8 8 matrix: 9 - python-version: ["3.7", "3.8", "3.9", "3.10"] 9 + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] 10 10 steps: 11 11 - uses: actions/checkout@v2 12 12 - name: Set up Python ${{ matrix.python-version }}