1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-04 06:46:14 +02:00

Replace 3.9-dev with 3.9 in .travis.yml to use Python 3.9 final

This commit is contained in:
Christian 2020-10-30 17:56:13 +01:00 committed by GitHub
parent ed4cfe5992
commit 298696be8f
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ arch:
python:
- "3.6"
- "3.8"
- "3.9-dev"
- "3.9"
jobs:
fast_finish: true