Skip to content

Commit

Permalink
Enable py311 on ci (#93)
Browse files Browse the repository at this point in the history
* Enable py311 on ci

* try 312 too

* nope
  • Loading branch information
almarklein authored Sep 11, 2023
1 parent 4ba197f commit b315ef2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
- name: Linux py310
os: ubuntu-latest
pyversion: '3.10'
#- name: Linux py311 -> need new version of invoke that support 311
# os: ubuntu-latest
# pyversion: '3.11'
- name: Linux py311
os: ubuntu-latest
pyversion: '3.11'
# OS's
- name: Linux pypy
os: ubuntu-latest
Expand Down

0 comments on commit b315ef2

Please sign in to comment.