Skip to content

Commit

Permalink
Remove python 3.9 from build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
h3llrais3r committed Mar 10, 2021
1 parent 3d0f035 commit 32bbfab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ environment:
PYTHON_VERSION: 3.8
PYTHON_ARCH: 64

- PYTHON: C:\Python39-x64
PYTHON_VERSION: 3.9
PYTHON_ARCH: 64

# Build matrix
matrix:
fast_finish: true # Finish build immediately once one of the jobs fails.
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- python: 3.6
- python: 3.7
- python: 3.8
- python: 3.9
fast_finish: true # Finish build immediately once one of the jobs fails.

# Caching
Expand Down

0 comments on commit 32bbfab

Please sign in to comment.