Skip to content

Commit

Permalink
support py312
Browse files Browse the repository at this point in the history
  • Loading branch information
ponty committed Nov 4, 2023
1 parent a3f4303 commit cc65906
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
include:
- python-version: "3.6"
os: ubuntu-20.04
Expand All @@ -36,6 +37,8 @@ jobs:
os: ubuntu-20.04
- python-version: "3.11"
os: ubuntu-20.04
- python-version: "3.12"
os: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Links:

Features:
- python wrapper
- supported python versions: 3.6, 3.7, 3.8, 3.9, 3.10, 3.11
- supported python versions: 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12
- back-ends: [Xvfb][1], [Xephyr][2] and [Xvnc][3]

Possible applications:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]


Expand Down
3 changes: 3 additions & 0 deletions tests/vagrant/ubuntu2204.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ sudo apt-get install -y python3.10-distutils
sudo apt-get install -y python3.11-dev
sudo apt-get install -y python3.11-distutils

sudo apt-get install -y python3.12-dev
sudo apt-get install -y python3.12-distutils

# tools
sudo apt-get install -y mc python3-pip xvfb

Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

[tox]
envlist =
py312
py311
py310
py39
Expand Down

0 comments on commit cc65906

Please sign in to comment.