Skip to content

Commit

Permalink
[BE-680] 파이썬 버전 상한 수정 (#7)
Browse files Browse the repository at this point in the history
* CHG: python 3.11 허용

* CHG: CI strategy matrix
  • Loading branch information
chankoo authored Aug 19, 2024
1 parent ce3e506 commit 7cb4206
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 391 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- name: Checkout Project Package
Expand Down
Loading

0 comments on commit 7cb4206

Please sign in to comment.