Skip to content

Commit

Permalink
use python 3.8 for testing
Browse files Browse the repository at this point in the history
mediathread-staging is now on python 3.8, and prod will be soon.
  • Loading branch information
nikolas authored Mar 2, 2022
1 parent b42662e commit 87b6a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6]
python-version: [3.8]
node-version: [16.x]
services:
postgres:
Expand Down

0 comments on commit 87b6a50

Please sign in to comment.