Skip to content

Commit d7b72c7

Browse files
committed
Fix 3.10
1 parent 44d2689 commit d7b72c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python: [3.7, 3.8, 3.9, 3.10, pypy3.7]
11+
python: ['3.7', '3.8', '3.9', '3.10', 'pypy3.7']
1212

1313
steps:
1414
- uses: actions/checkout@v3

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ information on using pull requests.
8585

8686
### Initial Setup
8787

88-
You need Python 3.6+ to build and test the code in this repo.
88+
You need Python 3.7+ to build and test the code in this repo.
8989

9090
We recommend using [pip](https://pypi.python.org/pypi/pip) for installing the necessary tools and
9191
project dependencies. Most recent versions of Python ship with pip. If your development environment

0 commit comments

Comments
 (0)