Skip to content

Commit 70e97e4

Browse files
committed
Python 3.12
1 parent e3acab0 commit 70e97e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest]
15-
python-version: ['3.9', '3.10', '3.11']
15+
python-version: ['3.9', '3.10', '3.11', '3.12']
1616

1717
steps:
1818
- name: Checkout code
@@ -65,7 +65,7 @@ jobs:
6565
- name: Set up Python
6666
uses: actions/setup-python@v5
6767
with:
68-
python-version: '3.11'
68+
python-version: '3.12'
6969

7070
- name: Install safety
7171
run: pip install safety

0 commit comments

Comments
 (0)