Skip to content

Commit

Permalink
Revert "test python 3.12"
Browse files Browse the repository at this point in the history
This reverts commit 1b022d7.
  • Loading branch information
rookiepeng committed Dec 5, 2023
1 parent 1b022d7 commit 6f6b9f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
c_compiler: [gcc-12]
cxx_compiler: [g++-12]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6f6b9f0

Please sign in to comment.