Skip to content

Commit b2e01ad

Browse files
committed
update versions
1 parent 348b6ab commit b2e01ad

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci_tests_full.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-python@v5
2929
with:
30-
python-version: "3.11"
30+
python-version: "3.12"
3131

3232
- name: flake8 Lint
3333
uses: py-actions/flake8@v2
@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
os: [ubuntu-latest, windows-latest, macos-latest]
42-
python-version: ["3.9", "3.10", "3.11", "3.12"]
42+
python-version: ["3.10", "3.11", "3.12", "3.13"]
4343

4444
steps:
4545
- name: Checkout Zipline

.github/workflows/ci_tests_quick.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- uses: actions/setup-python@v5
3030
with:
31-
python-version: "3.11"
31+
python-version: "3.12"
3232

3333
- name: flake8 Lint
3434
uses: py-actions/flake8@v2
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
os: [ubuntu-latest, windows-latest, macos-latest]
43-
python-version: ["3.11"]
43+
python-version: ["3.12"]
4444

4545
steps:
4646
- name: Checkout Zipline
@@ -85,7 +85,7 @@ jobs:
8585
max_attempts: 3
8686
retry_on: error
8787
new_command_on_retry: python -m pip install tox tox-gh-actions .[test]
88-
command: tox -e py311-pandas2
88+
command: tox -e py312-pandas2
8989

9090
- name: Upload coverage data to Codecov
9191
if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)