Skip to content

Commit

Permalink
fix : Python 3.12 added to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Dec 18, 2023
1 parent 0cb3d21 commit d19d7f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, windows-2022, macOS-12]
python-version: [3.6, 3.7.9, 3.8, 3.9, 3.10.0, 3.11.0]
python-version: [3.6, 3.7.9, 3.8, 3.9, 3.10.0, 3.11.0, 3.12.0]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -26,8 +26,7 @@ jobs:
- name: Installation
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
python setup.py install
pip install .
- name: First test
run: |
python -m pycm test
Expand Down

0 comments on commit d19d7f1

Please sign in to comment.