Skip to content

Commit

Permalink
Add tests on python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpagnon authored Aug 15, 2023
1 parent 56a6a4b commit b7f68f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint on several OS with a several versions of Python
# See: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Build on Win-MacOS-Ubuntu with Python 3.7-3.10
name: Build on Win-MacOS-Ubuntu with Python 3.7-3.11

on:
push:
Expand All @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
include:
- os: ubuntu-latest
path: ~/.cache/pip
Expand Down

0 comments on commit b7f68f9

Please sign in to comment.