Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Dec 20, 2024
1 parent b48478d commit c4e813f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: [ "3.10", "3.11", "3.12", "3.13.0-beta.4" ]
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
steps:
- uses: actions/checkout@v4
- name: Install system dependencies
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "skytemple"
version = "1.8.3"
version = "1.8.4"
authors = [
{ name = 'Marco "Capypara" Köpcke', email = "[email protected]" },
# see About dialog or GitHub contributors list for additional people.
Expand All @@ -25,16 +25,16 @@ classifiers = [
]
dependencies = [
"ndspy >= 3.0.0",
"skytemple-files[spritecollab] >= 1.8.3, < 1.9.0",
"skytemple-files[spritecollab] >= 1.8.4, < 1.9.0",
"pmdsky-debug-py", # Whatever version skytemple-files requires.
"skytemple-dtef >= 1.6.1, < 1.9.0",
"skytemple-dtef >= 1.8.0, < 1.9.0",
"skytemple-icons >= 1.3.2, < 1.7.0",
"range-typed-integers >= 1.0.0",
"pygobject >= 3.26.0",
"pycairo >= 1.16.0",
"natsort >= 7.0.0",
"tilequant >= 1.1.0",
"skytemple-ssb-debugger >= 1.8.2, < 1.9.0",
"skytemple-ssb-debugger >= 1.8.3, < 1.9.0",
"pygal >= 2.4.0",
"CairoSVG >= 2.4.2",
"psutil >= 5.9.0",
Expand Down
12 changes: 6 additions & 6 deletions requirements-frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ graphql-core >= 3.2.0
aiohttp[speedups]
lru-dict >= 1.1.8
# Actual dependencies of SkyTemple itself:
skytemple-rust==1.8.2
skytemple-files[spritecollab]==1.8.3
skytemple-ssb-debugger==1.8.2
skytemple-ssb-emulator==1.8.0
skytemple-rust==1.8.4
skytemple-files[spritecollab]==1.8.4
skytemple-ssb-debugger==1.8.3
skytemple-ssb-emulator==1.8.1
skytemple-eventserver==1.6.0
skytemple-dtef==1.6.1
skytemple-dtef==1.8.0
skytemple-icons==1.3.2
explorerscript==0.2.1.post2
explorerscript==0.2.2
tilequant==1.1.0
pmdsky-debug-py
ndspy==4.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ndspy==4.1.0
skytemple-rust @ git+https://github.com/skytemple/skytemple-rust
skytemple-files[spritecollab] @ git+https://github.com/skytemple/skytemple-files
pmdsky-debug-py
skytemple-dtef==1.6.1
skytemple-dtef==1.8.0
skytemple-icons==1.3.2
range-typed-integers >= 1.0.0
pygobject==3.50.0
Expand Down

0 comments on commit c4e813f

Please sign in to comment.