Skip to content

Commit

Permalink
Merge pull request #2646 from jdebacker/v310
Browse files Browse the repository at this point in the history
Add Python 3.10 to test matrix
  • Loading branch information
jdebacker authored Mar 11, 2022
2 parents 6ab2402 + 5654e30 commit 94624f1
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 284 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Package and Test Source Code [Python 3.7, 3.8, 3.9]
name: Build Package and Test Source Code [Python 3.7, 3.8, 3.9, 3.10]

on: [push, pull_request]

Expand All @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, '3.10']

steps:
- name: Checkout
Expand Down
Loading

0 comments on commit 94624f1

Please sign in to comment.