Skip to content

Commit ba7ebb9

Browse files
committed
Bump to 3.9 in CI
1 parent a646f57 commit ba7ebb9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: [3.8.5]
23+
python-version: [3.9]
2424
ci_pattern:
2525
- test_query.py::TestContentType
2626
- test_query.py::TestSuccess

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
python-version: [3.8]
22+
python-version: [3.9]
2323

2424
steps:
2525
- uses: actions/checkout@v2

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
python-version: [3.8]
20+
python-version: [3.9]
2121
platform: [windows-latest]
2222

2323
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)