Skip to content

Commit

Permalink
removing python 3.11 check (it's complaining about pylint not reachin…
Browse files Browse the repository at this point in the history
…g the threshold buf..)
  • Loading branch information
bilalebi committed Aug 13, 2024
1 parent af16043 commit a366166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Include a strategy matrix in order to allow the job to run multiple times with different versions of Python
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10"]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit a366166

Please sign in to comment.