Skip to content

Commit

Permalink
Add python3.11 to CI (Python-Cardano#108)
Browse files Browse the repository at this point in the history
* Add python 3.11 to CI

* Exclude python 3.11 from macos test
  • Loading branch information
cffls authored Oct 26, 2022
1 parent e0540e3 commit 88894e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.7, 3.8, 3.9, '3.10']
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
exclude:
# excludes python 3.11 on macOS
- os: macos-latest
python-version: '3.11'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 88894e2

Please sign in to comment.