Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
[carpentries#1875] Use only Python3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pbanaszkiewicz committed May 29, 2021
1 parent f4c856f commit e891fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.7', '3.8', '3.9' ]
python-version: [ '3.9' ]

services:
postgres:
Expand Down

0 comments on commit e891fb8

Please sign in to comment.