Skip to content

Commit

Permalink
CI: limit build to Python 3.8 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Feb 23, 2024
1 parent 196cdc2 commit f652d78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.12"]

steps:
- name: Checkout source code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# python-version: "3.8"
- os: windows-2019
visual_studio: "Visual Studio 16 2019"
python-version: "3.11"
python-version: "3.12"
env:
build_dir: "build"
config: "Release"
Expand Down

0 comments on commit f652d78

Please sign in to comment.