Skip to content

Commit

Permalink
ci: remove Python 3.12 from the tested versions due to a dependency c…
Browse files Browse the repository at this point in the history
…onflict in setuptools
  • Loading branch information
William-Fernandes252 committed Nov 11, 2023
1 parent 9741fea commit 0694108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# The type of runner that the job will run on
strategy:
matrix:
python-versions: ["3.8", "3.9", "3.10.1", "3.11", "3.12"]
python-versions: ["3.8", "3.9", "3.10.1", "3.11"]
os: [ubuntu-18.04, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 0694108

Please sign in to comment.