We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d7393 commit ae5a145Copy full SHA for ae5a145
.github/workflows/travis.yml
@@ -79,7 +79,7 @@ jobs:
79
strategy:
80
max-parallel: 5
81
matrix:
82
- python-version: ['3.8', '3.9', '3.10', '3.11']
+ python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
83
steps:
84
- name: Set up Python ${{ matrix.python-version }}
85
uses: actions/setup-python@v4
0 commit comments