diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28a354415ece22ebc5744e521b6b096d0156812a..58f78387246cbd9e91629cbc2a2bccd7a98f2003 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,16 @@ py311:
   extends:
     - .test
 
+py312:
+  image: python:3.12
+  extends:
+    - .test
+
+py313:
+  image: python:3.13
+  extends:
+    - .test
+
 codestyle:
   allow_failure: true
   tags:
diff --git a/setup.cfg b/setup.cfg
index 60fe92b5ccd40c761969c7fd5ba5449979423f05..121b8d84b701852efbb30d8dd5312e8693f721eb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -23,6 +23,7 @@ classifier =
 python_requires = >= 3.9
 packages = find:
 install_requires =
+    setuptools
     bidict ~= 0.18
     httpx ~= 0.22
     json-rpc ~= 1.12