Skip to content

Commit 2cba9d5

Browse files
committed
⚙️ CI
1 parent f661132 commit 2cba9d5

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
@@ -10,7 +10,7 @@ env:
1010
python_cache_macOS_path: ~/Library/Caches/pip
1111
python_cache_windows_path: ~\AppData\Local\pip\Cache
1212
python_cache_ubuntu_path: ~/.cache/pip
13-
pipenv_version: 2022.11.25
13+
pipenv_version: 2024.4.0
1414
python_version: '3.11'
1515

1616
jobs:
@@ -166,7 +166,7 @@ jobs:
166166
fail-fast: false
167167
matrix:
168168
os: [ubuntu-latest ] # FIXME add other platforms when much quicker macOS-latest, windows-latest]
169-
python-version: ["3.8", "3.9", "3.10", "3.11"]
169+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
170170
multi-platform:
171171
- ${{ github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch' }}
172172
# include:

0 commit comments

Comments
 (0)