Skip to content

Commit

Permalink
AC-201: remove py3.12 from CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
vshevchenko-anaconda committed Nov 15, 2023
1 parent 1de36dd commit caf657a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]

steps:
# most of these steps might be anchored to corresponding ones in the "lint_code" job
Expand Down

0 comments on commit caf657a

Please sign in to comment.