We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9363fac commit 9f9b7e1Copy full SHA for 9f9b7e1
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- python-version: [3.8, 3.9, "3.10", "3.11"]
+ python-version: ["3.10", "3.11", "3.12"]
17
steps:
18
- name: Checkout
19
uses: actions/checkout@v3
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
pip install -U pip
29
pip install wheel seaborn
30
- pip install plotnine==0.12.4
+ pip install plotnine==0.13.6
31
pip install pytest pytest-cov
32
pip install .
33
0 commit comments