Skip to content

Commit 7de04f4

Browse files
committed
officially support python 3.9
1 parent 7bf9293 commit 7de04f4

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ matrix:
2828
before_install:
2929
- sudo apt-get install libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev libsdl1.2-dev libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev libtiff5-dev libx11-6 libx11-dev fluid-soundfont-gm timgm6mb-soundfont xfonts-base xfonts-100dpi xfonts-75dpi xfonts-cyrillic fontconfig fonts-freefont-ttf libfreetype6-dev
3030
- pip3 install scons
31+
- name: "Python 3.9 on Ubuntu 16.04"
32+
python: 3.9
33+
dist: xenial
34+
before_install:
35+
- sudo apt-get install libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev libsdl1.2-dev libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev libtiff5-dev libx11-6 libx11-dev fluid-soundfont-gm timgm6mb-soundfont xfonts-base xfonts-100dpi xfonts-75dpi xfonts-cyrillic fontconfig fonts-freefont-ttf libfreetype6-dev
36+
- pip3 install scons
3137
- name: "Python 3.5 on Ubuntu 18.04"
3238
python: 3.5
3339
dist: bionic
@@ -46,6 +52,12 @@ matrix:
4652
before_install:
4753
- sudo apt-get install libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev libsdl1.2-dev libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev libtiff5-dev libx11-6 libx11-dev fluid-soundfont-gm timgm6mb-soundfont xfonts-base xfonts-100dpi xfonts-75dpi xfonts-cyrillic fontconfig fonts-freefont-ttf libfreetype6-dev
4854
- pip3 install scons
55+
- name: "Python 3.9 on Ubuntu 18.04"
56+
python: 3.9
57+
dist: bionic
58+
before_install:
59+
- sudo apt-get install libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev libsdl1.2-dev libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev libtiff5-dev libx11-6 libx11-dev fluid-soundfont-gm timgm6mb-soundfont xfonts-base xfonts-100dpi xfonts-75dpi xfonts-cyrillic fontconfig fonts-freefont-ttf libfreetype6-dev
60+
- pip3 install scons
4961
# - name: "Python 3.7 on macOS 10.14 (Xcode 10.2)"
5062
# os: osx
5163
# osx_image: xcode10.2

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
'Programming Language :: Python :: 3.6',
5757
'Programming Language :: Python :: 3.7',
5858
'Programming Language :: Python :: 3.8',
59+
'Programming Language :: Python :: 3.9',
5960
'Topic :: Games/Entertainment',
6061
'Topic :: Software Development :: Libraries :: Python Modules',
6162
'Topic :: System :: Emulators',

0 commit comments

Comments
 (0)