Skip to content

Commit

Permalink
removed 3.7 mentions and fix for ubuntu test?
Browse files Browse the repository at this point in the history
  • Loading branch information
itzpr3d4t0r committed May 8, 2024
1 parent f4c9870 commit 1739f6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ubuntu_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python${{ matrix.python-version }}-dev
sudo apt-get install python${{ matrix.python-version }}-distutils
- name: Install dependencies
run: |
sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev pkg-config -y
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ we are all unpaid-volunteers
See below to see how to build pygame_geometry from source. If you need help, talk to us on [Discord](https://discord.gg/QzmpNXchW5).

## Windows 10 / Windows 11
1. Install Python 3.7+
1. Install Python 3.8+
2. Install [Visual Studio Community 2022](https://visualstudio.microsoft.com/vs/community/) or [Visual Studio Build Tools 2017](https://aka.ms/vs/15/release/vs_buildtools.exe) and make sure you mark `MSVC v140 - VS 2015 C++ build tools (v14.00)` with the installation
3. Run `python -m pip install setuptools -U`
4. Install the latest version of [git](https://gitforwindows.org/)
Expand All @@ -25,7 +25,7 @@ See below to see how to build pygame_geometry from source. If you need help, tal
**If you are having trouble re-compiling, try deleting the `build` folder from the root directory if it exists**

## MacOS
1. Install Python 3.7+
1. Install Python 3.8+
2. Install [HomeBrew](https://brew.sh/)
3. Install dependencies
```
Expand All @@ -36,7 +36,7 @@ brew install sdl2 sdl2_image sdl2_mixer sdl2_ttf pkg-config
6. Run `cd pygame_geometry; python3 -m pip install .`

## Linux (Debian-based Distributions)
1. Install Python 3.7+ (Should be provided in distributions based out of Debian 10 Buster or above)
1. Install Python 3.8+ (Should be provided in distributions based out of Debian 10 Buster or above)
2. Install dependencies
```
sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev pkg-config -y
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ special colliders easier for their video game.
this project is heavily in development.** The project is set to be migrated to the
[official pygame-ce repository](https://github.com/pygame-community/pygame-ce).

## Installation (Python 3.7+)
## Installation (Python 3.8+)
Please follow [this guide](https://github.com/novialriptide/pygame_geometry/blob/main/CONTRIBUTING.md)
to install pygame_geometry.

Expand Down

0 comments on commit 1739f6f

Please sign in to comment.