Skip to content

Commit 9f9b7e1

Browse files
authored
Update ci.yml
1 parent 9363fac commit 9f9b7e1

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
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: [3.8, 3.9, "3.10", "3.11"]
16+
python-version: ["3.10", "3.11", "3.12"]
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v3
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
pip install -U pip
2929
pip install wheel seaborn
30-
pip install plotnine==0.12.4
30+
pip install plotnine==0.13.6
3131
pip install pytest pytest-cov
3232
pip install .
3333

0 commit comments

Comments
 (0)