Skip to content

Commit

Permalink
Update Python versions for GHA testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bbayles authored and mauricioabreu committed Dec 27, 2022
1 parent 71c45af commit 39443ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# You can use PyPy versions in python-version.
# For example, pypy2 and pypy3
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 39443ca

Please sign in to comment.