File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ matrix:
28
28
before_install :
29
29
- 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
30
30
- 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
31
37
- name : " Python 3.5 on Ubuntu 18.04"
32
38
python : 3.5
33
39
dist : bionic
@@ -46,6 +52,12 @@ matrix:
46
52
before_install :
47
53
- 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
48
54
- 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
49
61
# - name: "Python 3.7 on macOS 10.14 (Xcode 10.2)"
50
62
# os: osx
51
63
# osx_image: xcode10.2
Original file line number Diff line number Diff line change 56
56
'Programming Language :: Python :: 3.6' ,
57
57
'Programming Language :: Python :: 3.7' ,
58
58
'Programming Language :: Python :: 3.8' ,
59
+ 'Programming Language :: Python :: 3.9' ,
59
60
'Topic :: Games/Entertainment' ,
60
61
'Topic :: Software Development :: Libraries :: Python Modules' ,
61
62
'Topic :: System :: Emulators' ,
You can’t perform that action at this time.
0 commit comments